#AF76BF

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

Shades of East Side #AF76BF

Tints of East Side #AF76BF

Color information

#AF76BF (or 0xAF76BF) is unknown color: approx East Side. HEX triplet: AF, 76 and BF. RGB value is (175,118,191). Sum of RGB (Red+Green+Blue) = 175+118+191=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BF is #508940. Grayscale: #8F8F8F. Windows color (decimal): -5278017 or 12547759. OLE color: 12547759.

HSL color Cylindrical-coordinate representation of color #AF76BF: hue angle of 286.85º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF76BF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175118191-
CMYK0.080.3800.25
HSL286.85º36.32%60.59%-
HSV(B)286.85º38.22%74.9%-
XYZ33.5625.8352.51-
YUV143.36154.88150.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 191 (75% from 255) = 39.46%
R=36.16%
G=24.38%
B=39.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751181910.080.3800.25286.8536.3260.59
HexAF76BF82601911f243d
Octal25716627710460314374475
Binary101011111110110101111111000100110011001100011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76BF; }

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

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

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

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

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

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

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

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