Html Css Color HEX #A291A1 London Hue

📋 copy color: '#A291A1'

red 162 ◦ green 145 ◦ blue 161

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

Shades of London Hue #A291A1

Tints of London Hue #A291A1

RGB

 RED value IS 162 (63.67% from 255) = 34.62%

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

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 34.62%
G = 30.98%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A291A1 (or 0xA291A1) is known color: London Hue. HEX triplet: A2, 91 and A1. RGB value is (162,145,161). Sum of RGB (Red+Green+Blue) = 162+145+161=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A291A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A291A1 is #5D6E5E. Grayscale: #979797. Windows color (decimal): -6123103 or 10588578. OLE color: 10588578.

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

Color convert

RGB 162 145 161 -
CMYK 0 0.10 0.01 0.36
HSL 303.53º 0.08% 0.6% -
HSV(B) 303.53º 0.1% 0.64% -
XYZ 31.46 30.51 37.95 -
YUV 151.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 162 145 161 0 0.10 0.01 0.36 303.53 0.08 0.6
Hex A2 91 A1 0 A 1 24 130 8 3C
Octal 242 221 241 0 12 1 44 460 10 74
Binary 10100010 10010001 10100001 0 1010 1 100100 100110000 1000 111100

Color Harmonies of #A291A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291A1

Black with #A291A1

Text Example


Text Example

White with #A291A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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