Html Css Color HEX #A491A2 London Hue

📋 copy color: '#A491A2'

red 164 ◦ green 145 ◦ blue 162

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

Shades of London Hue #A491A2

Tints of London Hue #A491A2

RGB

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

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

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

R = 34.82%
G = 30.79%
B = 34.39%

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

#A491A2 (or 0xA491A2) is known color: London Hue. HEX triplet: A4, 91 and A2. RGB value is (164,145,162). Sum of RGB (Red+Green+Blue) = 164+145+162=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A491A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A491A2 is #5B6E5D. Grayscale: #989898. Windows color (decimal): -5992030 or 10654116. OLE color: 10654116.

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

Color convert

RGB 164 145 162 -
CMYK 0 0.12 0.01 0.36
HSL 306.32º 0.09% 0.61% -
HSV(B) 306.32º 0.12% 0.64% -
XYZ 31.96 30.75 38.43 -
YUV 152.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 164 145 162 0 0.12 0.01 0.36 306.32 0.09 0.61
Hex A4 91 A2 0 C 1 24 132 9 3D
Octal 244 221 242 0 14 1 44 462 11 75
Binary 10100100 10010001 10100010 0 1100 1 100100 100110010 1001 111101

Color Harmonies of #A491A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491A2

Black with #A491A2

Text Example


Text Example

White with #A491A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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