Html Css Color HEX #A28BA1 London Hue

📋 copy color: '#A28BA1'

red 162 ◦ green 139 ◦ blue 161

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

Shades of London Hue #A28BA1

Tints of London Hue #A28BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 161 (63.28% from 255) = 34.85%

R = 35.06%
G = 30.09%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A28BA1 (or 0xA28BA1) is known color: London Hue. HEX triplet: A2, 8B and A1. RGB value is (162,139,161). Sum of RGB (Red+Green+Blue) = 162+139+161=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A28BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BA1 is #5D745E. Grayscale: #949494. Windows color (decimal): -6124639 or 10587042. OLE color: 10587042.

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

Color convert

RGB 162 139 161 -
CMYK 0 0.14 0.01 0.36
HSL 302.61º 0.11% 0.59% -
HSV(B) 302.61º 0.14% 0.64% -
XYZ 30.57 28.72 37.65 -
YUV 148.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 162 139 161 0 0.14 0.01 0.36 302.61 0.11 0.59
Hex A2 8B A1 0 E 1 24 12F B 3B
Octal 242 213 241 0 16 1 44 457 13 73
Binary 10100010 10001011 10100001 0 1110 1 100100 100101111 1011 111011

Color Harmonies of #A28BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BA1

Black with #A28BA1

Text Example


Text Example

White with #A28BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BA1; }

 p { color: rgb(162,139,161); }

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

background-color css

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

 a { background-color: rgb(162,139,161); }

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

border-color css

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

 span { border-color: rgb(162,139,161); }

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