#A28BAF

Color #A28BAF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A28BAF

Tints of East Side #A28BAF

Color information

#A28BAF (or 0xA28BAF) is unknown color: approx East Side. HEX triplet: A2, 8B and AF. RGB value is (162,139,175). Sum of RGB (Red+Green+Blue) = 162+139+175=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #A28BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BAF is #5D7450. Grayscale: #959595. Windows color (decimal): -6124625 or 11504546. OLE color: 11504546.

HSL color Cylindrical-coordinate representation of color #A28BAF: hue angle of 278.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28BAF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162139175-
CMYK0.070.2100.31
HSL278.33º18.37%61.57%-
HSV(B)278.33º20.57%68.63%-
XYZ31.8729.2444.52-
YUV149.98142.12136.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=34.03%
G=29.20%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621391750.070.2100.31278.3318.3761.57
HexA28BAF71501F116123e
Octal2422132577250374262276
Binary1010001010001011101011111111010101111110001011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BAF; }

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

 H1.HeaderClassName
 {
   color: #A28BAF;
 }
 .AnyTagClassName
 {
   color: #A28BAF;
 }
</style>
background-color css

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

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

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

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

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

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