Html Css Color HEX #A28EA4 London Hue

📋 copy color: '#A28EA4'

red 162 ◦ green 142 ◦ blue 164

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

Shades of London Hue #A28EA4

Tints of London Hue #A28EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

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

R = 34.62%
G = 30.34%
B = 35.04%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A28EA4 (or 0xA28EA4) is known color: London Hue. HEX triplet: A2, 8E and A4. RGB value is (162,142,164). Sum of RGB (Red+Green+Blue) = 162+142+164=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 164 - color contains mainly: blue. Hex color #A28EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28EA4 is #5D715B. Grayscale: #969696. Windows color (decimal): -6123868 or 10784418. OLE color: 10784418.

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

Color convert

RGB 162 142 164 -
CMYK 0.01 0.13 0 0.36
HSL 294.55º 0.11% 0.6% -
HSV(B) 294.55º 0.13% 0.64% -
XYZ 31.27 29.71 39.21 -
YUV 150.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 162 142 164 0.01 0.13 0 0.36 294.55 0.11 0.6
Hex A2 8E A4 1 D 0 24 127 B 3C
Octal 242 216 244 1 15 0 44 447 13 74
Binary 10100010 10001110 10100100 1 1101 0 100100 100100111 1011 111100

Color Harmonies of #A28EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EA4

Black with #A28EA4

Text Example


Text Example

White with #A28EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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