#A67FAE

Color #A67FAE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A67FAE

Tints of East Side #A67FAE

Color information

#A67FAE (or 0xA67FAE) is unknown color: approx East Side. HEX triplet: A6, 7F and AE. RGB value is (166,127,174). Sum of RGB (Red+Green+Blue) = 166+127+174=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #A67FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FAE is #598051. Grayscale: #8F8F8F. Windows color (decimal): -5865554 or 11435942. OLE color: 11435942.

HSL color Cylindrical-coordinate representation of color #A67FAE: hue angle of 289.79º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67FAE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166127174-
CMYK0.050.2700.32
HSL289.79º22.49%59.02%-
HSV(B)289.79º27.01%68.24%-
XYZ30.9626.3443.5-
YUV144.02144.92143.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=35.55%
G=27.19%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661271740.050.2700.32289.7922.4959.02
HexA67FAE51B020122163b
Octal2461772565330404422673
Binary1010011011111111010111010111011010000010010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FAE; }

 p { color: rgb(166,127,174); }

 H1.HeaderClassName
 {
   color: #A67FAE;
 }
 .AnyTagClassName
 {
   color: #A67FAE;
 }
</style>
background-color css

<style>
 a { background-color: #A67FAE; }

 a { background-color: rgb(166,127,174); }

 div.DivClassName
 {
   background-color: #A67FAE;
 }
 .BgClassName
 {
   background-color: #A67FAE;
 }
</style>
border-color css

<style>
 span { border-color: #A67FAE; }

 span { border-color: rgb(166,127,174); }

 td.TdClassName
 {
   border-color: #A67FAE;
 }
 .TagClassName
 {
   border-color: #A67FAE;
 }
</style>