#A18CAF

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

Shades of East Side #A18CAF

Tints of East Side #A18CAF

Color information

#A18CAF (or 0xA18CAF) is unknown color: approx East Side. HEX triplet: A1, 8C and AF. RGB value is (161,140,175). Sum of RGB (Red+Green+Blue) = 161+140+175=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #A18CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CAF is #5E7350. Grayscale: #969696. Windows color (decimal): -6189905 or 11504801. OLE color: 11504801.

HSL color Cylindrical-coordinate representation of color #A18CAF: hue angle of 276º 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 #A18CAF is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161140175-
CMYK0.080.200.31
HSL276º17.95%61.76%-
HSV(B)276º20%68.63%-
XYZ31.8129.4344.56-
YUV150.27141.96135.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=33.82%
G=29.41%
B=36.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611401750.080.200.3127617.9561.76
HexA18CAF81401F114123e
Octal24121425710240374242276
Binary10100001100011001010111110001010001111110001010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CAF; }

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

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

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

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

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

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

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

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