Html Css Color HEX #A887AA London Hue

📋 copy color: '#A887AA'

red 168 ◦ green 135 ◦ blue 170

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

Shades of London Hue #A887AA

Tints of London Hue #A887AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

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

R = 35.52%
G = 28.54%
B = 35.94%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A887AA (or 0xA887AA) is known color: London Hue. HEX triplet: A8, 87 and AA. RGB value is (168,135,170). Sum of RGB (Red+Green+Blue) = 168+135+170=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A887AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A887AA is #577855. Grayscale: #949494. Windows color (decimal): -5732438 or 11175848. OLE color: 11175848.

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

Color convert

RGB 168 135 170 -
CMYK 0.01 0.21 0 0.33
HSL 296.57º 0.17% 0.6% -
HSV(B) 296.57º 0.21% 0.67% -
XYZ 32.07 28.56 41.85 -
YUV 148.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 168 135 170 0.01 0.21 0 0.33 296.57 0.17 0.6
Hex A8 87 AA 1 15 0 21 129 11 3C
Octal 250 207 252 1 25 0 41 451 21 74
Binary 10101000 10000111 10101010 1 10101 0 100001 100101001 10001 111100

Color Harmonies of #A887AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887AA

Black with #A887AA

Text Example


Text Example

White with #A887AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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