Html Css Color HEX #A190A2 London Hue

📋 copy color: '#A190A2'

red 161 ◦ green 144 ◦ blue 162

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

Shades of London Hue #A190A2

Tints of London Hue #A190A2

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

 GREEN value IS 144 (56.64% from 255) = 30.84%

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 34.48%
G = 30.84%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A190A2 (or 0xA190A2) is known color: London Hue. HEX triplet: A1, 90 and A2. RGB value is (161,144,162). Sum of RGB (Red+Green+Blue) = 161+144+162=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 162 - color contains mainly: blue. Hex color #A190A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A190A2 is #5E6F5D. Grayscale: #979797. Windows color (decimal): -6188894 or 10653857. OLE color: 10653857.

HSL color Cylindrical-coordinate representation of color #A190A2: hue angle of 296.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A190A2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 144 162 -
CMYK 0.01 0.11 0 0.36
HSL 296.67º 0.09% 0.6% -
HSV(B) 296.67º 0.11% 0.64% -
XYZ 31.19 30.13 38.35 -
YUV 151.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 161 144 162 0.01 0.11 0 0.36 296.67 0.09 0.6
Hex A1 90 A2 1 B 0 24 129 9 3C
Octal 241 220 242 1 13 0 44 451 11 74
Binary 10100001 10010000 10100010 1 1011 0 100100 100101001 1001 111100

Color Harmonies of #A190A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190A2

Black with #A190A2

Text Example


Text Example

White with #A190A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190A2; }

 p { color: rgb(161,144,162); }

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

background-color css

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

 a { background-color: rgb(161,144,162); }

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

border-color css

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

 span { border-color: rgb(161,144,162); }

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