#A97FCB

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

Shades of East Side #A97FCB

Tints of East Side #A97FCB

Color information

#A97FCB (or 0xA97FCB) is unknown color: approx East Side. HEX triplet: A9, 7F and CB. RGB value is (169,127,203). Sum of RGB (Red+Green+Blue) = 169+127+203=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A97FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FCB is #568034. Grayscale: #939393. Windows color (decimal): -5668917 or 13336489. OLE color: 13336489.

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

Color convert

RGB169127203-
CMYK0.170.3700.20
HSL273.16º42.22%64.71%-
HSV(B)273.16º37.44%79.61%-
XYZ34.7327.9360.06-
YUV148.22158.91142.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=33.87%
G=25.45%
B=40.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691272030.170.3700.20273.1642.2264.71
HexA97FCB11250141112a41
Octal251177313214502442152101
Binary10101001111111111001011100011001010101001000100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FCB; }

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

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

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

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

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

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

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

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