Html Css Color HEX #A992A8 London Hue

📋 copy color: '#A992A8'

red 169 ◦ green 146 ◦ blue 168

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

Shades of London Hue #A992A8

Tints of London Hue #A992A8

RGB

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

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

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

R = 34.99%
G = 30.23%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A992A8 (or 0xA992A8) is known color: London Hue. HEX triplet: A9, 92 and A8. RGB value is (169,146,168). Sum of RGB (Red+Green+Blue) = 169+146+168=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A8 is #566D57. Grayscale: #9B9B9B. Windows color (decimal): -5664088 or 11047593. OLE color: 11047593.

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

Color convert

RGB 169 146 168 -
CMYK 0 0.14 0.01 0.34
HSL 302.61º 0.12% 0.62% -
HSV(B) 302.61º 0.14% 0.66% -
XYZ 33.71 31.82 41.41 -
YUV 155.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 169 146 168 0 0.14 0.01 0.34 302.61 0.12 0.62
Hex A9 92 A8 0 E 1 22 12F C 3E
Octal 251 222 250 0 16 1 42 457 14 76
Binary 10101001 10010010 10101000 0 1110 1 100010 100101111 1100 111110

Color Harmonies of #A992A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992A8

Black with #A992A8

Text Example


Text Example

White with #A992A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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