#A28CAF

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

Shades of East Side #A28CAF

Tints of East Side #A28CAF

Color information

#A28CAF (or 0xA28CAF) is unknown color: approx East Side. HEX triplet: A2, 8C and AF. RGB value is (162,140,175). Sum of RGB (Red+Green+Blue) = 162+140+175=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #A28CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CAF is #5D7350. Grayscale: #969696. Windows color (decimal): -6124369 or 11504802. OLE color: 11504802.

HSL color Cylindrical-coordinate representation of color #A28CAF: hue angle of 277.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28CAF is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162140175-
CMYK0.070.200.31
HSL277.71º17.95%61.76%-
HSV(B)277.71º20%68.63%-
XYZ32.0229.5344.57-
YUV150.57141.79136.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=33.96%
G=29.35%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621401750.070.200.31277.7117.9561.76
HexA28CAF71401F116123e
Octal2422142577240374262276
Binary1010001010001100101011111111010001111110001011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CAF; }

 p { color: rgb(162,140,175); }

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

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

 a { background-color: rgb(162,140,175); }

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

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

 span { border-color: rgb(162,140,175); }

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