Html Css Color HEX #A18CAF East Side

📋 copy color: '#A18CAF'

red 161 ◦ green 140 ◦ blue 175

#A18CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A18CAF

Tints of East Side #A18CAF

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 value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A18CAF (or 0xA18CAF) is known color: 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

RGB 161 140 175 -
CMYK 0.08 0.2 0 0.31
HSL 276º 0.18% 0.62% -
HSV(B) 276º 0.2% 0.69% -
XYZ 31.81 29.43 44.56 -
YUV 150.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 161 140 175 0.08 0.2 0 0.31 276 0.18 0.62
Hex A1 8C AF 8 14 0 1F 114 12 3E
Octal 241 214 257 10 24 0 37 424 22 76
Binary 10100001 10001100 10101111 1000 10100 0 11111 100010100 10010 111110

Color Harmonies of #A18CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CAF

Black with #A18CAF

Text Example


Text Example

White with #A18CAF

Text Example


Text Example

HTML Codes & Css Web 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>