Html Css Color HEX #A294A1 London Hue

📋 copy color: '#A294A1'

red 162 ◦ green 148 ◦ blue 161

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

Shades of London Hue #A294A1

Tints of London Hue #A294A1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 34.39%
G = 31.42%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A294A1 (or 0xA294A1) is known color: London Hue. HEX triplet: A2, 94 and A1. RGB value is (162,148,161). Sum of RGB (Red+Green+Blue) = 162+148+161=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A294A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294A1 is #5D6B5E. Grayscale: #999999. Windows color (decimal): -6122335 or 10589346. OLE color: 10589346.

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

Color convert

RGB 162 148 161 -
CMYK 0 0.09 0.01 0.36
HSL 304.29º 0.07% 0.61% -
HSV(B) 304.29º 0.09% 0.64% -
XYZ 31.92 31.43 38.1 -
YUV 153.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 162 148 161 0 0.09 0.01 0.36 304.29 0.07 0.61
Hex A2 94 A1 0 9 1 24 130 7 3D
Octal 242 224 241 0 11 1 44 460 7 75
Binary 10100010 10010100 10100001 0 1001 1 100100 100110000 111 111101

Color Harmonies of #A294A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294A1

Black with #A294A1

Text Example


Text Example

White with #A294A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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