#A296AD

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

Shades of East Side #A296AD

Tints of East Side #A296AD

Color information

#A296AD (or 0xA296AD) is unknown color: approx East Side. HEX triplet: A2, 96 and AD. RGB value is (162,150,173). Sum of RGB (Red+Green+Blue) = 162+150+173=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #A296AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296AD is #5D6952. Grayscale: #9C9C9C. Windows color (decimal): -6121811 or 11376290. OLE color: 11376290.

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

Color convert

RGB162150173-
CMYK0.060.1300.32
HSL271.3º12.3%63.33%-
HSV(B)271.3º13.29%67.84%-
XYZ33.3532.5144.05-
YUV156.21137.48132.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=33.40%
G=30.93%
B=35.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621501730.060.1300.32271.312.363.33
HexA296AD6D02010fc3f
Octal2422262556150404171477
Binary101000101001011010101101110110101000001000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A296AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A296AD; }

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

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

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

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

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

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

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

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