#AF76C2

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

Shades of East Side #AF76C2

Tints of East Side #AF76C2

Color information

#AF76C2 (or 0xAF76C2) is unknown color: approx East Side. HEX triplet: AF, 76 and C2. RGB value is (175,118,194). Sum of RGB (Red+Green+Blue) = 175+118+194=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF76C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76C2 is #50893D. Grayscale: #8F8F8F. Windows color (decimal): -5278014 or 12744367. OLE color: 12744367.

HSL color Cylindrical-coordinate representation of color #AF76C2: hue angle of 285º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF76C2 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175118194-
CMYK0.100.3900.24
HSL285º38.38%61.18%-
HSV(B)285º39.18%76.08%-
XYZ33.925.9754.26-
YUV143.71156.38150.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 194 (76.17% from 255) = 39.84%
R=35.93%
G=24.23%
B=39.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751181940.100.3900.2428538.3861.18
HexAF76C2A2701811d263d
Octal25716630212470304354675
Binary101011111110110110000101010100111011000100011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76C2; }

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

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

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

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

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

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

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

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