#a97bc8

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

Shades of East Side #A97BC8

Tints of East Side #A97BC8

Color information

#A97BC8 (or 0xA97BC8) is unknown color: approx East Side. HEX triplet: A9, 7B and C8. RGB value is (169,123,200). Sum of RGB (Red+Green+Blue) = 169+123+200=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #A97BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BC8 is #568437. Grayscale: #919191. Windows color (decimal): -5669944 or 13138857. OLE color: 13138857.

HSL color Cylindrical-coordinate representation of color #A97BC8: hue angle of 275.84º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97BC8 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169123200-
CMYK0.160.3800.22
HSL275.84º41.18%63.33%-
HSV(B)275.84º38.5%78.43%-
XYZ33.8726.7758.03-
YUV145.53158.74144.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=34.35%
G=25%
B=40.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691232000.160.3800.22275.8441.1863.33
HexA97BC81026016114293f
Octal25117331020460264245177
Binary1010100111110111100100010000100110010110100010100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a97bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a97bc8; }

 p { color: rgb(169,123,200); }

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

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

 a { background-color: rgb(169,123,200); }

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

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

 span { border-color: rgb(169,123,200); }

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