Html Css Color HEX #A28AA0 London Hue

📋 copy color: '#A28AA0'

red 162 ◦ green 138 ◦ blue 160

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

Shades of London Hue #A28AA0

Tints of London Hue #A28AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

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

R = 35.22%
G = 30%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A28AA0 (or 0xA28AA0) is known color: London Hue. HEX triplet: A2, 8A and A0. RGB value is (162,138,160). Sum of RGB (Red+Green+Blue) = 162+138+160=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A28AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28AA0 is #5D755F. Grayscale: #939393. Windows color (decimal): -6124896 or 10521250. OLE color: 10521250.

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

Color convert

RGB 162 138 160 -
CMYK 0 0.15 0.01 0.36
HSL 305º 0.11% 0.59% -
HSV(B) 305º 0.15% 0.64% -
XYZ 30.33 28.4 37.14 -
YUV 147.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 162 138 160 0 0.15 0.01 0.36 305 0.11 0.59
Hex A2 8A A0 0 F 1 24 131 B 3B
Octal 242 212 240 0 17 1 44 461 13 73
Binary 10100010 10001010 10100000 0 1111 1 100100 100110001 1011 111011

Color Harmonies of #A28AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AA0

Black with #A28AA0

Text Example


Text Example

White with #A28AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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