Html Css Color HEX #A87BAC London Hue

📋 copy color: '#A87BAC'

red 168 ◦ green 123 ◦ blue 172

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

Shades of London Hue #A87BAC

Tints of London Hue #A87BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.57%

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

R = 36.29%
G = 26.57%
B = 37.15%

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

#A87BAC (or 0xA87BAC) is known color: London Hue. HEX triplet: A8, 7B and AC. RGB value is (168,123,172). Sum of RGB (Red+Green+Blue) = 168+123+172=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A87BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAC is #578453. Grayscale: #8D8D8D. Windows color (decimal): -5735508 or 11303848. OLE color: 11303848.

HSL color Cylindrical-coordinate representation of color #A87BAC: hue angle of 295.1º degrees, saturation: 0.23, 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 #A87BAC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 123 172 -
CMYK 0.02 0.28 0 0.33
HSL 295.1º 0.23% 0.58% -
HSV(B) 295.1º 0.28% 0.67% -
XYZ 30.68 25.47 42.33 -
YUV 142.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 168 123 172 0.02 0.28 0 0.33 295.1 0.23 0.58
Hex A8 7B AC 2 1C 0 21 127 17 3A
Octal 250 173 254 2 34 0 41 447 27 72
Binary 10101000 1111011 10101100 10 11100 0 100001 100100111 10111 111010

Color Harmonies of #A87BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87BAC

Black with #A87BAC

Text Example


Text Example

White with #A87BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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