Html Css Color HEX #A295A1 London Hue

📋 copy color: '#A295A1'

red 162 ◦ green 149 ◦ blue 161

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

Shades of London Hue #A295A1

Tints of London Hue #A295A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

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

R = 34.32%
G = 31.57%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A295A1 (or 0xA295A1) is known color: London Hue. HEX triplet: A2, 95 and A1. RGB value is (162,149,161). Sum of RGB (Red+Green+Blue) = 162+149+161=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 162 - color contains mainly: red. Hex color #A295A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A295A1 is #5D6A5E. Grayscale: #9A9A9A. Windows color (decimal): -6122079 or 10589602. OLE color: 10589602.

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

Color convert

RGB 162 149 161 -
CMYK 0 0.08 0.01 0.36
HSL 304.62º 0.07% 0.61% -
HSV(B) 304.62º 0.08% 0.64% -
XYZ 32.08 31.75 38.16 -
YUV 154.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 162 149 161 0 0.08 0.01 0.36 304.62 0.07 0.61
Hex A2 95 A1 0 8 1 24 131 7 3D
Octal 242 225 241 0 10 1 44 461 7 75
Binary 10100010 10010101 10100001 0 1000 1 100100 100110001 111 111101

Color Harmonies of #A295A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295A1

Black with #A295A1

Text Example


Text Example

White with #A295A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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