#A97DCE

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

Shades of East Side #A97DCE

Tints of East Side #A97DCE

Color information

#A97DCE (or 0xA97DCE) is unknown color: approx East Side. HEX triplet: A9, 7D and CE. RGB value is (169,125,206). Sum of RGB (Red+Green+Blue) = 169+125+206=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A97DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DCE is #568231. Grayscale: #939393. Windows color (decimal): -5669426 or 13532585. OLE color: 13532585.

HSL color Cylindrical-coordinate representation of color #A97DCE: hue angle of 272.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A97DCE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169125206-
CMYK0.180.3900.19
HSL272.59º45.25%64.9%-
HSV(B)272.59º39.32%80.78%-
XYZ34.8427.5661.88-
YUV147.39161.08143.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=33.8%
G=25%
B=41.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691252060.180.3900.19272.5945.2564.9
HexA97DCE12270131112d41
Octal251175316224702342155101
Binary10101001111110111001110100101001110100111000100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DCE; }

 p { color: rgb(169,125,206); }

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

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

 a { background-color: rgb(169,125,206); }

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

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

 span { border-color: rgb(169,125,206); }

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