Html Css Color HEX #A490A0 London Hue

📋 copy color: '#A490A0'

red 164 ◦ green 144 ◦ blue 160

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

Shades of London Hue #A490A0

Tints of London Hue #A490A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 35.04%
G = 30.77%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A490A0 (or 0xA490A0) is known color: London Hue. HEX triplet: A4, 90 and A0. RGB value is (164,144,160). Sum of RGB (Red+Green+Blue) = 164+144+160=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A490A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490A0 is #5B6F5F. Grayscale: #979797. Windows color (decimal): -5992288 or 10522788. OLE color: 10522788.

HSL color Cylindrical-coordinate representation of color #A490A0: hue angle of 312º 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 #A490A0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 160 -
CMYK 0 0.12 0.02 0.36
HSL 312º 0.1% 0.6% -
HSV(B) 312º 0.12% 0.64% -
XYZ 31.63 30.38 37.45 -
YUV 151.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 164 144 160 0 0.12 0.02 0.36 312 0.1 0.6
Hex A4 90 A0 0 C 2 24 138 A 3C
Octal 244 220 240 0 14 2 44 470 12 74
Binary 10100100 10010000 10100000 0 1100 10 100100 100111000 1010 111100

Color Harmonies of #A490A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490A0

Black with #A490A0

Text Example


Text Example

White with #A490A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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