Html Css Color HEX #A87CAC London Hue

📋 copy color: '#A87CAC'

red 168 ◦ green 124 ◦ blue 172

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

Shades of London Hue #A87CAC

Tints of London Hue #A87CAC

RGB

 RED value IS 168 (66.02% from 255) = 36.21%

 GREEN value IS 124 (48.83% from 255) = 26.72%

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 36.21%
G = 26.72%
B = 37.07%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A87CAC (or 0xA87CAC) is known color: London Hue. HEX triplet: A8, 7C and AC. RGB value is (168,124,172). Sum of RGB (Red+Green+Blue) = 168+124+172=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A87CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87CAC is #578353. Grayscale: #8E8E8E. Windows color (decimal): -5735252 or 11304104. OLE color: 11304104.

HSL color Cylindrical-coordinate representation of color #A87CAC: hue angle of 295º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87CAC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 124 172 -
CMYK 0.02 0.28 0 0.33
HSL 295º 0.22% 0.58% -
HSV(B) 295º 0.28% 0.67% -
XYZ 30.8 25.72 42.37 -
YUV 142.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 168 124 172 0.02 0.28 0 0.33 295 0.22 0.58
Hex A8 7C AC 2 1C 0 21 127 16 3A
Octal 250 174 254 2 34 0 41 447 26 72
Binary 10101000 1111100 10101100 10 11100 0 100001 100100111 10110 111010

Color Harmonies of #A87CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87CAC

Black with #A87CAC

Text Example


Text Example

White with #A87CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87CAC; }

 p { color: rgb(168,124,172); }

 H1.HeaderClassName
 {
   color: #A87CAC;
 }
 .AnyTagClassName
 {
   color: #A87CAC;
 }
</style>

background-color css

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

 a { background-color: rgb(168,124,172); }

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

border-color css

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

 span { border-color: rgb(168,124,172); }

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