Html Css Color HEX #A992AD London Hue

📋 copy color: '#A992AD'

red 169 ◦ green 146 ◦ blue 173

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

Shades of London Hue #A992AD

Tints of London Hue #A992AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 34.63%
G = 29.92%
B = 35.45%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A992AD (or 0xA992AD) is known color: London Hue. HEX triplet: A9, 92 and AD. RGB value is (169,146,173). Sum of RGB (Red+Green+Blue) = 169+146+173=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A992AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AD is #566D52. Grayscale: #9B9B9B. Windows color (decimal): -5664083 or 11375273. OLE color: 11375273.

HSL color Cylindrical-coordinate representation of color #A992AD: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A992AD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 146 173 -
CMYK 0.02 0.16 0 0.32
HSL 291.11º 0.14% 0.63% -
HSV(B) 291.11º 0.16% 0.68% -
XYZ 34.18 32.01 43.91 -
YUV 155.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 169 146 173 0.02 0.16 0 0.32 291.11 0.14 0.63
Hex A9 92 AD 2 10 0 20 123 E 3F
Octal 251 222 255 2 20 0 40 443 16 77
Binary 10101001 10010010 10101101 10 10000 0 100000 100100011 1110 111111

Color Harmonies of #A992AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992AD

Black with #A992AD

Text Example


Text Example

White with #A992AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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