#A97CCD

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

Shades of East Side #A97CCD

Tints of East Side #A97CCD

Color information

#A97CCD (or 0xA97CCD) is unknown color: approx East Side. HEX triplet: A9, 7C and CD. RGB value is (169,124,205). Sum of RGB (Red+Green+Blue) = 169+124+205=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A97CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CCD is #568332. Grayscale: #929292. Windows color (decimal): -5669683 or 13466793. OLE color: 13466793.

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

Color convert

RGB169124205-
CMYK0.180.4000.20
HSL273.33º44.75%64.51%-
HSV(B)273.33º39.51%80.39%-
XYZ34.5927.2661.2-
YUV146.69160.91143.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=33.94%
G=24.90%
B=41.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691242050.180.4000.20273.3344.7564.51
HexA97CCD12280141112d41
Octal251174315225002442155101
Binary10101001111110011001101100101010000101001000100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CCD; }

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

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

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

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

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

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

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

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