Html Css Color HEX #AA95A8 London Hue

📋 copy color: '#AA95A8'

red 170 ◦ green 149 ◦ blue 168

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

Shades of London Hue #AA95A8

Tints of London Hue #AA95A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 34.91%
G = 30.6%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA95A8 (or 0xAA95A8) is known color: London Hue. HEX triplet: AA, 95 and A8. RGB value is (170,149,168). Sum of RGB (Red+Green+Blue) = 170+149+168=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A8 is #556A57. Grayscale: #9D9D9D. Windows color (decimal): -5597784 or 11048362. OLE color: 11048362.

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

Color convert

RGB 170 149 168 -
CMYK 0 0.12 0.01 0.33
HSL 305.71º 0.11% 0.63% -
HSV(B) 305.71º 0.12% 0.67% -
XYZ 34.39 32.87 41.58 -
YUV 157.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 170 149 168 0 0.12 0.01 0.33 305.71 0.11 0.63
Hex AA 95 A8 0 C 1 21 132 B 3F
Octal 252 225 250 0 14 1 41 462 13 77
Binary 10101010 10010101 10101000 0 1100 1 100001 100110010 1011 111111

Color Harmonies of #AA95A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95A8

Black with #AA95A8

Text Example


Text Example

White with #AA95A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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