#A97DCB

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

Shades of East Side #A97DCB

Tints of East Side #A97DCB

Color information

#A97DCB (or 0xA97DCB) is unknown color: approx East Side. HEX triplet: A9, 7D and CB. RGB value is (169,125,203). Sum of RGB (Red+Green+Blue) = 169+125+203=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A97DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DCB is #568234. Grayscale: #929292. Windows color (decimal): -5669429 or 13335977. OLE color: 13335977.

HSL color Cylindrical-coordinate representation of color #A97DCB: hue angle of 273.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97DCB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169125203-
CMYK0.170.3800.20
HSL273.85º42.86%64.31%-
HSV(B)273.85º38.42%79.61%-
XYZ34.4827.4159.97-
YUV147.05159.58143.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=34.00%
G=25.15%
B=40.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691252030.170.3800.20273.8542.8664.31
HexA97DCB11260141122b40
Octal251175313214602442253100
Binary10101001111110111001011100011001100101001000100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DCB; }

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

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

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

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

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

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

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

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