Html Css Color HEX #A294A4 London Hue

📋 copy color: '#A294A4'

red 162 ◦ green 148 ◦ blue 164

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

Shades of London Hue #A294A4

Tints of London Hue #A294A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.6%

R = 34.18%
G = 31.22%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A294A4 (or 0xA294A4) is known color: London Hue. HEX triplet: A2, 94 and A4. RGB value is (162,148,164). Sum of RGB (Red+Green+Blue) = 162+148+164=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #A294A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294A4 is #5D6B5B. Grayscale: #999999. Windows color (decimal): -6122332 or 10785954. OLE color: 10785954.

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

Color convert

RGB 162 148 164 -
CMYK 0.01 0.10 0 0.36
HSL 292.5º 0.08% 0.61% -
HSV(B) 292.5º 0.1% 0.64% -
XYZ 32.19 31.54 39.51 -
YUV 154.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 162 148 164 0.01 0.10 0 0.36 292.5 0.08 0.61
Hex A2 94 A4 1 A 0 24 124 8 3D
Octal 242 224 244 1 12 0 44 444 10 75
Binary 10100010 10010100 10100100 1 1010 0 100100 100100100 1000 111101

Color Harmonies of #A294A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294A4

Black with #A294A4

Text Example


Text Example

White with #A294A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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