#A97DCF

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

Shades of East Side #A97DCF

Tints of East Side #A97DCF

Color information

#A97DCF (or 0xA97DCF) is unknown color: approx East Side. HEX triplet: A9, 7D and CF. RGB value is (169,125,207). Sum of RGB (Red+Green+Blue) = 169+125+207=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A97DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DCF is #568230. Grayscale: #939393. Windows color (decimal): -5669425 or 13598121. OLE color: 13598121.

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

Color convert

RGB169125207-
CMYK0.180.4000.19
HSL272.2º46.07%65.1%-
HSV(B)272.2º39.61%81.18%-
XYZ34.9627.6162.52-
YUV147.5161.58143.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=33.73%
G=24.95%
B=41.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691252070.180.4000.19272.246.0765.1
HexA97DCF12280131102e41
Octal251175317225002342056101
Binary10101001111110111001111100101010000100111000100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DCF; }

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

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

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

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

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

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

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

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