Html Css Color HEX #A491A0 London Hue

📋 copy color: '#A491A0'

red 164 ◦ green 145 ◦ blue 160

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

Shades of London Hue #A491A0

Tints of London Hue #A491A0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 34.97%
G = 30.92%
B = 34.12%

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

#A491A0 (or 0xA491A0) is known color: London Hue. HEX triplet: A4, 91 and A0. RGB value is (164,145,160). Sum of RGB (Red+Green+Blue) = 164+145+160=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A491A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A491A0 is #5B6E5F. Grayscale: #989898. Windows color (decimal): -5992032 or 10523044. OLE color: 10523044.

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

Color convert

RGB 164 145 160 -
CMYK 0 0.12 0.02 0.36
HSL 312.63º 0.09% 0.61% -
HSV(B) 312.63º 0.12% 0.64% -
XYZ 31.78 30.68 37.5 -
YUV 152.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 164 145 160 0 0.12 0.02 0.36 312.63 0.09 0.61
Hex A4 91 A0 0 C 2 24 139 9 3D
Octal 244 221 240 0 14 2 44 471 11 75
Binary 10100100 10010001 10100000 0 1100 10 100100 100111001 1001 111101

Color Harmonies of #A491A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491A0

Black with #A491A0

Text Example


Text Example

White with #A491A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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