#AF76CB

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

Shades of East Side #AF76CB

Tints of East Side #AF76CB

Color information

#AF76CB (or 0xAF76CB) is unknown color: approx East Side. HEX triplet: AF, 76 and CB. RGB value is (175,118,203). Sum of RGB (Red+Green+Blue) = 175+118+203=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76CB is #508934. Grayscale: #909090. Windows color (decimal): -5278005 or 13334191. OLE color: 13334191.

HSL color Cylindrical-coordinate representation of color #AF76CB: hue angle of 280.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF76CB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175118203-
CMYK0.140.4200.20
HSL280.24º44.97%62.94%-
HSV(B)280.24º41.87%79.61%-
XYZ34.9426.3859.75-
YUV144.73160.88149.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=35.28%
G=23.79%
B=40.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751182030.140.4200.20280.2444.9762.94
HexAF76CBE2A0141182d3f
Octal25716631316520244305577
Binary101011111110110110010111110101010010100100011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76CB; }

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

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

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

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

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

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

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

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