Html Css Color HEX #A87DAA London Hue

📋 copy color: '#A87DAA'

red 168 ◦ green 125 ◦ blue 170

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

Shades of London Hue #A87DAA

Tints of London Hue #A87DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 36.29%
G = 27%
B = 36.72%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A87DAA (or 0xA87DAA) is known color: London Hue. HEX triplet: A8, 7D and AA. RGB value is (168,125,170). Sum of RGB (Red+Green+Blue) = 168+125+170=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DAA is #578255. Grayscale: #8E8E8E. Windows color (decimal): -5734998 or 11173288. OLE color: 11173288.

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

Color convert

RGB 168 125 170 -
CMYK 0.01 0.26 0 0.33
HSL 297.33º 0.21% 0.58% -
HSV(B) 297.33º 0.26% 0.67% -
XYZ 30.74 25.89 41.41 -
YUV 142.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 168 125 170 0.01 0.26 0 0.33 297.33 0.21 0.58
Hex A8 7D AA 1 1A 0 21 129 15 3A
Octal 250 175 252 1 32 0 41 451 25 72
Binary 10101000 1111101 10101010 1 11010 0 100001 100101001 10101 111010

Color Harmonies of #A87DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DAA

Black with #A87DAA

Text Example


Text Example

White with #A87DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DAA; }

 p { color: rgb(168,125,170); }

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

background-color css

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

 a { background-color: rgb(168,125,170); }

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

border-color css

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

 span { border-color: rgb(168,125,170); }

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