Html Css Color HEX #AA8CAA London Hue

📋 copy color: '#AA8CAA'

red 170 ◦ green 140 ◦ blue 170

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

Shades of London Hue #AA8CAA

Tints of London Hue #AA8CAA

RGB

 RED value IS 170 (66.8% from 255) = 35.42%

 GREEN value IS 140 (55.08% from 255) = 29.17%

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

R = 35.42%
G = 29.17%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA8CAA (or 0xAA8CAA) is known color: London Hue. HEX triplet: AA, 8C and AA. RGB value is (170,140,170). Sum of RGB (Red+Green+Blue) = 170+140+170=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CAA is #557355. Grayscale: #989898. Windows color (decimal): -5600086 or 11177130. OLE color: 11177130.

HSL color Cylindrical-coordinate representation of color #AA8CAA: hue angle of 300º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8CAA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 140 170 -
CMYK 0 0.18 0 0.33
HSL 300º 0.15% 0.61% -
HSV(B) 300º 0.18% 0.67% -
XYZ 33.21 30.2 42.11 -
YUV 152.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 170 140 170 0 0.18 0 0.33 300 0.15 0.61
Hex AA 8C AA 0 12 0 21 12C F 3D
Octal 252 214 252 0 22 0 41 454 17 75
Binary 10101010 10001100 10101010 0 10010 0 100001 100101100 1111 111101

Color Harmonies of #AA8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CAA

Black with #AA8CAA

Text Example


Text Example

White with #AA8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CAA; }

 p { color: rgb(170,140,170); }

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

background-color css

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

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

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

border-color css

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

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

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