Html Css Color HEX #A289A4 London Hue

📋 copy color: '#A289A4'

red 162 ◦ green 137 ◦ blue 164

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

Shades of London Hue #A289A4

Tints of London Hue #A289A4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

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

R = 34.99%
G = 29.59%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A289A4 (or 0xA289A4) is known color: London Hue. HEX triplet: A2, 89 and A4. RGB value is (162,137,164). Sum of RGB (Red+Green+Blue) = 162+137+164=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 164 - color contains mainly: blue. Hex color #A289A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289A4 is #5D765B. Grayscale: #939393. Windows color (decimal): -6125148 or 10783138. OLE color: 10783138.

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

Color convert

RGB 162 137 164 -
CMYK 0.01 0.16 0 0.36
HSL 295.56º 0.13% 0.59% -
HSV(B) 295.56º 0.16% 0.64% -
XYZ 30.55 28.25 38.97 -
YUV 147.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 162 137 164 0.01 0.16 0 0.36 295.56 0.13 0.59
Hex A2 89 A4 1 10 0 24 128 D 3B
Octal 242 211 244 1 20 0 44 450 15 73
Binary 10100010 10001001 10100100 1 10000 0 100100 100101000 1101 111011

Color Harmonies of #A289A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289A4

Black with #A289A4

Text Example


Text Example

White with #A289A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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