Html Css Color HEX #A992AB London Hue

📋 copy color: '#A992AB'

red 169 ◦ green 146 ◦ blue 171

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

Shades of London Hue #A992AB

Tints of London Hue #A992AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 34.77%
G = 30.04%
B = 35.19%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A992AB (or 0xA992AB) is known color: London Hue. HEX triplet: A9, 92 and AB. RGB value is (169,146,171). Sum of RGB (Red+Green+Blue) = 169+146+171=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A992AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AB is #566D54. Grayscale: #9B9B9B. Windows color (decimal): -5664085 or 11244201. OLE color: 11244201.

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

Color convert

RGB 169 146 171 -
CMYK 0.01 0.15 0 0.33
HSL 295.2º 0.13% 0.62% -
HSV(B) 295.2º 0.15% 0.67% -
XYZ 33.99 31.93 42.9 -
YUV 155.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 169 146 171 0.01 0.15 0 0.33 295.2 0.13 0.62
Hex A9 92 AB 1 F 0 21 127 D 3E
Octal 251 222 253 1 17 0 41 447 15 76
Binary 10101001 10010010 10101011 1 1111 0 100001 100100111 1101 111110

Color Harmonies of #A992AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992AB

Black with #A992AB

Text Example


Text Example

White with #A992AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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