Html Css Color HEX #A490A2 London Hue

📋 copy color: '#A490A2'

red 164 ◦ green 144 ◦ blue 162

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

Shades of London Hue #A490A2

Tints of London Hue #A490A2

RGB

 RED value IS 164 (64.45% from 255) = 34.89%

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

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

R = 34.89%
G = 30.64%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A490A2 (or 0xA490A2) is known color: London Hue. HEX triplet: A4, 90 and A2. RGB value is (164,144,162). Sum of RGB (Red+Green+Blue) = 164+144+162=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A490A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490A2 is #5B6F5D. Grayscale: #979797. Windows color (decimal): -5992286 or 10653860. OLE color: 10653860.

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

Color convert

RGB 164 144 162 -
CMYK 0 0.12 0.01 0.36
HSL 306º 0.1% 0.6% -
HSV(B) 306º 0.12% 0.64% -
XYZ 31.8 30.45 38.38 -
YUV 152.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 164 144 162 0 0.12 0.01 0.36 306 0.1 0.6
Hex A4 90 A2 0 C 1 24 132 A 3C
Octal 244 220 242 0 14 1 44 462 12 74
Binary 10100100 10010000 10100010 0 1100 1 100100 100110010 1010 111100

Color Harmonies of #A490A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490A2

Black with #A490A2

Text Example


Text Example

White with #A490A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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