#A28CAD

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

Shades of East Side #A28CAD

Tints of East Side #A28CAD

Color information

#A28CAD (or 0xA28CAD) is unknown color: approx East Side. HEX triplet: A2, 8C and AD. RGB value is (162,140,173). Sum of RGB (Red+Green+Blue) = 162+140+173=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A28CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CAD is #5D7352. Grayscale: #969696. Windows color (decimal): -6124371 or 11373730. OLE color: 11373730.

HSL color Cylindrical-coordinate representation of color #A28CAD: hue angle of 280º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28CAD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162140173-
CMYK0.060.1900.32
HSL280º16.75%61.37%-
HSV(B)280º19.08%67.84%-
XYZ31.8229.4543.54-
YUV150.34140.79136.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=34.11%
G=29.47%
B=36.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621401730.060.1900.3228016.7561.37
HexA28CAD613020118113d
Octal2422142556230404302175
Binary10100010100011001010110111010011010000010001100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CAD; }

 p { color: rgb(162,140,173); }

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

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

 a { background-color: rgb(162,140,173); }

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

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

 span { border-color: rgb(162,140,173); }

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