Html Css Color HEX #A87AAA London Hue

📋 copy color: '#A87AAA'

red 168 ◦ green 122 ◦ blue 170

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

Shades of London Hue #A87AAA

Tints of London Hue #A87AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

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

R = 36.52%
G = 26.52%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A87AAA (or 0xA87AAA) is known color: London Hue. HEX triplet: A8, 7A and AA. RGB value is (168,122,170). Sum of RGB (Red+Green+Blue) = 168+122+170=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AAA is #578555. Grayscale: #8D8D8D. Windows color (decimal): -5735766 or 11172520. OLE color: 11172520.

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

Color convert

RGB 168 122 170 -
CMYK 0.01 0.28 0 0.33
HSL 297.5º 0.22% 0.57% -
HSV(B) 297.5º 0.28% 0.67% -
XYZ 30.36 25.15 41.28 -
YUV 141.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 168 122 170 0.01 0.28 0 0.33 297.5 0.22 0.57
Hex A8 7A AA 1 1C 0 21 12A 16 39
Octal 250 172 252 1 34 0 41 452 26 71
Binary 10101000 1111010 10101010 1 11100 0 100001 100101010 10110 111001

Color Harmonies of #A87AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87AAA

Black with #A87AAA

Text Example


Text Example

White with #A87AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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