#AF76BA

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

Shades of East Side #AF76BA

Tints of East Side #AF76BA

Color information

#AF76BA (or 0xAF76BA) is unknown color: approx East Side. HEX triplet: AF, 76 and BA. RGB value is (175,118,186). Sum of RGB (Red+Green+Blue) = 175+118+186=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BA is #508945. Grayscale: #8E8E8E. Windows color (decimal): -5278022 or 12220079. OLE color: 12220079.

HSL color Cylindrical-coordinate representation of color #AF76BA: hue angle of 290.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF76BA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175118186-
CMYK0.060.3700.27
HSL290.29º33.01%59.61%-
HSV(B)290.29º36.56%72.94%-
XYZ33.0225.6249.66-
YUV142.79152.38150.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=36.53%
G=24.63%
B=38.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751181860.060.3700.27290.2933.0159.61
HexAF76BA62501B122213c
Octal2571662726450334424174
Binary10101111111011010111010110100101011011100100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76BA; }

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

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

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

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

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

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

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

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