Html Css Color HEX #A992AA London Hue

📋 copy color: '#A992AA'

red 169 ◦ green 146 ◦ blue 170

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

Shades of London Hue #A992AA

Tints of London Hue #A992AA

RGB

 RED value IS 169 (66.41% from 255) = 34.85%

 GREEN value IS 146 (57.42% from 255) = 30.1%

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

R = 34.85%
G = 30.1%
B = 35.05%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A992AA (or 0xA992AA) is known color: London Hue. HEX triplet: A9, 92 and AA. RGB value is (169,146,170). Sum of RGB (Red+Green+Blue) = 169+146+170=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A992AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AA is #566D55. Grayscale: #9B9B9B. Windows color (decimal): -5664086 or 11178665. OLE color: 11178665.

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

Color convert

RGB 169 146 170 -
CMYK 0.01 0.14 0 0.33
HSL 297.5º 0.12% 0.62% -
HSV(B) 297.5º 0.14% 0.67% -
XYZ 33.9 31.9 42.4 -
YUV 155.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 169 146 170 0.01 0.14 0 0.33 297.5 0.12 0.62
Hex A9 92 AA 1 E 0 21 12A C 3E
Octal 251 222 252 1 16 0 41 452 14 76
Binary 10101001 10010010 10101010 1 1110 0 100001 100101010 1100 111110

Color Harmonies of #A992AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992AA

Black with #A992AA

Text Example


Text Example

White with #A992AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992AA; }

 p { color: rgb(169,146,170); }

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

background-color css

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

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

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

border-color css

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

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

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