Html Css Color HEX #A28EA0 London Hue

📋 copy color: '#A28EA0'

red 162 ◦ green 142 ◦ blue 160

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

Shades of London Hue #A28EA0

Tints of London Hue #A28EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 34.91%
G = 30.6%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A28EA0 (or 0xA28EA0) is known color: London Hue. HEX triplet: A2, 8E and A0. RGB value is (162,142,160). Sum of RGB (Red+Green+Blue) = 162+142+160=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A28EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28EA0 is #5D715F. Grayscale: #959595. Windows color (decimal): -6123872 or 10522274. OLE color: 10522274.

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

Color convert

RGB 162 142 160 -
CMYK 0 0.12 0.01 0.36
HSL 306º 0.1% 0.6% -
HSV(B) 306º 0.12% 0.64% -
XYZ 30.92 29.57 37.33 -
YUV 150.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 162 142 160 0 0.12 0.01 0.36 306 0.1 0.6
Hex A2 8E A0 0 C 1 24 132 A 3C
Octal 242 216 240 0 14 1 44 462 12 74
Binary 10100010 10001110 10100000 0 1100 1 100100 100110010 1010 111100

Color Harmonies of #A28EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EA0

Black with #A28EA0

Text Example


Text Example

White with #A28EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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