Html Css Color HEX #A490A3 London Hue

📋 copy color: '#A490A3'

red 164 ◦ green 144 ◦ blue 163

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

Shades of London Hue #A490A3

Tints of London Hue #A490A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 34.82%
G = 30.57%
B = 34.61%

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

#A490A3 (or 0xA490A3) is known color: London Hue. HEX triplet: A4, 90 and A3. RGB value is (164,144,163). Sum of RGB (Red+Green+Blue) = 164+144+163=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A490A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490A3 is #5B6F5C. Grayscale: #989898. Windows color (decimal): -5992285 or 10719396. OLE color: 10719396.

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

Color convert

RGB 164 144 163 -
CMYK 0 0.12 0.01 0.36
HSL 303º 0.1% 0.6% -
HSV(B) 303º 0.12% 0.64% -
XYZ 31.89 30.48 38.85 -
YUV 152.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 164 144 163 0 0.12 0.01 0.36 303 0.1 0.6
Hex A4 90 A3 0 C 1 24 12F A 3C
Octal 244 220 243 0 14 1 44 457 12 74
Binary 10100100 10010000 10100011 0 1100 1 100100 100101111 1010 111100

Color Harmonies of #A490A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490A3

Black with #A490A3

Text Example


Text Example

White with #A490A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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