#A97CD0

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

Shades of East Side #A97CD0

Tints of East Side #A97CD0

Color information

#A97CD0 (or 0xA97CD0) is unknown color: approx East Side. HEX triplet: A9, 7C and D0. RGB value is (169,124,208). Sum of RGB (Red+Green+Blue) = 169+124+208=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #A97CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CD0 is #56832F. Grayscale: #929292. Windows color (decimal): -5669680 or 13663401. OLE color: 13663401.

HSL color Cylindrical-coordinate representation of color #A97CD0: hue angle of 272.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97CD0 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169124208-
CMYK0.190.4000.18
HSL272.14º47.19%65.1%-
HSV(B)272.14º40.38%81.57%-
XYZ34.9627.463.12-
YUV147.03162.41143.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=33.73%
G=24.75%
B=41.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691242080.190.4000.18272.1447.1965.1
HexA97CD013280121102f41
Octal251174320235002242057101
Binary10101001111110011010000100111010000100101000100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CD0; }

 p { color: rgb(169,124,208); }

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

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

 a { background-color: rgb(169,124,208); }

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

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

 span { border-color: rgb(169,124,208); }

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