Html Css Color HEX #A28BA4 London Hue

📋 copy color: '#A28BA4'

red 162 ◦ green 139 ◦ blue 164

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

Shades of London Hue #A28BA4

Tints of London Hue #A28BA4

RGB

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

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

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

R = 34.84%
G = 29.89%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A28BA4 (or 0xA28BA4) is known color: London Hue. HEX triplet: A2, 8B and A4. RGB value is (162,139,164). Sum of RGB (Red+Green+Blue) = 162+139+164=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #A28BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BA4 is #5D745B. Grayscale: #949494. Windows color (decimal): -6124636 or 10783650. OLE color: 10783650.

HSL color Cylindrical-coordinate representation of color #A28BA4: hue angle of 295.2º degrees, saturation: 0.12, 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 #A28BA4 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 139 164 -
CMYK 0.01 0.15 0 0.36
HSL 295.2º 0.12% 0.59% -
HSV(B) 295.2º 0.15% 0.64% -
XYZ 30.83 28.83 39.06 -
YUV 148.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 162 139 164 0.01 0.15 0 0.36 295.2 0.12 0.59
Hex A2 8B A4 1 F 0 24 127 C 3B
Octal 242 213 244 1 17 0 44 447 14 73
Binary 10100010 10001011 10100100 1 1111 0 100100 100100111 1100 111011

Color Harmonies of #A28BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BA4

Black with #A28BA4

Text Example


Text Example

White with #A28BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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