#AF76C1

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

Shades of East Side #AF76C1

Tints of East Side #AF76C1

Color information

#AF76C1 (or 0xAF76C1) is unknown color: approx East Side. HEX triplet: AF, 76 and C1. RGB value is (175,118,193). Sum of RGB (Red+Green+Blue) = 175+118+193=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76C1 is #50893E. Grayscale: #8F8F8F. Windows color (decimal): -5278015 or 12678831. OLE color: 12678831.

HSL color Cylindrical-coordinate representation of color #AF76C1: hue angle of 285.6º 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 #AF76C1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175118193-
CMYK0.090.3900.24
HSL285.6º37.69%60.98%-
HSV(B)285.6º38.86%75.69%-
XYZ33.7825.9253.67-
YUV143.59155.88150.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=36.01%
G=24.28%
B=39.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751181930.090.3900.24285.637.6960.98
HexAF76C192701811e263d
Octal25716630111470304364675
Binary101011111110110110000011001100111011000100011110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76C1; }

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

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

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

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

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

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

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

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