#A67EAF

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

Shades of East Side #A67EAF

Tints of East Side #A67EAF

Color information

#A67EAF (or 0xA67EAF) is unknown color: approx East Side. HEX triplet: A6, 7E and AF. RGB value is (166,126,175). Sum of RGB (Red+Green+Blue) = 166+126+175=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #A67EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67EAF is #598150. Grayscale: #8F8F8F. Windows color (decimal): -5865809 or 11501222. OLE color: 11501222.

HSL color Cylindrical-coordinate representation of color #A67EAF: hue angle of 288.98º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67EAF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166126175-
CMYK0.050.2800.31
HSL288.98º23.44%59.02%-
HSV(B)288.98º28%68.63%-
XYZ30.9226.1243.97-
YUV143.55145.75144.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=35.55%
G=26.98%
B=37.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661261750.050.2800.31288.9823.4459.02
HexA67EAF51C01F121173b
Octal2461762575340374412773
Binary101001101111110101011111011110001111110010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EAF; }

 p { color: rgb(166,126,175); }

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

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

 a { background-color: rgb(166,126,175); }

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

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

 span { border-color: rgb(166,126,175); }

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