Html Css Color HEX #A87BA4 London Hue

📋 copy color: '#A87BA4'

red 168 ◦ green 123 ◦ blue 164

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

Shades of London Hue #A87BA4

Tints of London Hue #A87BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.04%

R = 36.92%
G = 27.03%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A87BA4 (or 0xA87BA4) is known color: London Hue. HEX triplet: A8, 7B and A4. RGB value is (168,123,164). Sum of RGB (Red+Green+Blue) = 168+123+164=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A87BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BA4 is #57845B. Grayscale: #8D8D8D. Windows color (decimal): -5735516 or 10779560. OLE color: 10779560.

HSL color Cylindrical-coordinate representation of color #A87BA4: hue angle of 305.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87BA4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 164 -
CMYK 0 0.27 0.02 0.34
HSL 305.33º 0.21% 0.57% -
HSV(B) 305.33º 0.27% 0.66% -
XYZ 29.93 25.17 38.4 -
YUV 141.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 168 123 164 0 0.27 0.02 0.34 305.33 0.21 0.57
Hex A8 7B A4 0 1B 2 22 131 15 39
Octal 250 173 244 0 33 2 42 461 25 71
Binary 10101000 1111011 10100100 0 11011 10 100010 100110001 10101 111001

Color Harmonies of #A87BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87BA4

Black with #A87BA4

Text Example


Text Example

White with #A87BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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