#AF76C8

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

Shades of East Side #AF76C8

Tints of East Side #AF76C8

Color information

#AF76C8 (or 0xAF76C8) is unknown color: approx East Side. HEX triplet: AF, 76 and C8. RGB value is (175,118,200). Sum of RGB (Red+Green+Blue) = 175+118+200=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF76C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76C8 is #508937. Grayscale: #909090. Windows color (decimal): -5278008 or 13137583. OLE color: 13137583.

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

Color convert

RGB175118200-
CMYK0.120.4100.22
HSL281.71º42.71%62.35%-
HSV(B)281.71º41%78.43%-
XYZ34.5826.2457.89-
YUV144.39159.38149.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=35.50%
G=23.94%
B=40.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751182000.120.4100.22281.7142.7162.35
HexAF76C8C2901611a2b3e
Octal25716631014510264325376
Binary101011111110110110010001100101001010110100011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76C8; }

 p { color: rgb(175,118,200); }

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

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

 a { background-color: rgb(175,118,200); }

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

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

 span { border-color: rgb(175,118,200); }

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