#A97DCD

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

Shades of East Side #A97DCD

Tints of East Side #A97DCD

Color information

#A97DCD (or 0xA97DCD) is unknown color: approx East Side. HEX triplet: A9, 7D and CD. RGB value is (169,125,205). Sum of RGB (Red+Green+Blue) = 169+125+205=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #A97DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DCD is #568232. Grayscale: #939393. Windows color (decimal): -5669427 or 13467049. OLE color: 13467049.

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

Color convert

RGB169125205-
CMYK0.180.3900.20
HSL273º44.44%64.71%-
HSV(B)273º39.02%80.39%-
XYZ34.7227.5161.24-
YUV147.28160.58143.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=33.87%
G=25.05%
B=41.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691252050.180.3900.2027344.4464.71
HexA97DCD12270141112c41
Octal251175315224702442154101
Binary10101001111110111001101100101001110101001000100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DCD; }

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

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

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

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

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

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

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

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