Html Css Color HEX #A87EA6 London Hue

📋 copy color: '#A87EA6'

red 168 ◦ green 126 ◦ blue 166

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

Shades of London Hue #A87EA6

Tints of London Hue #A87EA6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.39%

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 36.52%
G = 27.39%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A87EA6 (or 0xA87EA6) is known color: London Hue. HEX triplet: A8, 7E and A6. RGB value is (168,126,166). Sum of RGB (Red+Green+Blue) = 168+126+166=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A87EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87EA6 is #578159. Grayscale: #8E8E8E. Windows color (decimal): -5734746 or 10911400. OLE color: 10911400.

HSL color Cylindrical-coordinate representation of color #A87EA6: hue angle of 302.86º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87EA6 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 166 -
CMYK 0 0.25 0.01 0.34
HSL 302.86º 0.19% 0.58% -
HSV(B) 302.86º 0.25% 0.66% -
XYZ 30.49 26 39.49 -
YUV 143.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 168 126 166 0 0.25 0.01 0.34 302.86 0.19 0.58
Hex A8 7E A6 0 19 1 22 12F 13 3A
Octal 250 176 246 0 31 1 42 457 23 72
Binary 10101000 1111110 10100110 0 11001 1 100010 100101111 10011 111010

Color Harmonies of #A87EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87EA6

Black with #A87EA6

Text Example


Text Example

White with #A87EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87EA6; }

 p { color: rgb(168,126,166); }

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

background-color css

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

 a { background-color: rgb(168,126,166); }

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

border-color css

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

 span { border-color: rgb(168,126,166); }

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