#AF0B78

Color #AF0B78 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AF0B78

Tints of Medium Violet Red #AF0B78

Color information

#AF0B78 (or 0xAF0B78) is unknown color: approx Medium Violet Red. HEX triplet: AF, 0B and 78. RGB value is (175,11,120). Sum of RGB (Red+Green+Blue) = 175+11+120=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B78 is #50F487. Grayscale: #484848. Windows color (decimal): -5305480 or 7867311. OLE color: 7867311.

HSL color Cylindrical-coordinate representation of color #AF0B78: hue angle of 320.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B78 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17511120-
CMYK00.940.310.31
HSL320.12º88.17%36.47%-
HSV(B)320.12º93.71%68.63%-
XYZ21.1910.7118.72-
YUV72.46154.83201.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 11 (4.69% from 255) = 3.59%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=57.19%
G=3.59%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751112000.940.310.31320.1288.1736.47
HexAFB7805E1F1F1405824
Octal257131700136373750013044
Binary10101111101111110000101111011111111111010000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B78; }

 p { color: rgb(175,11,120); }

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

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

 a { background-color: rgb(175,11,120); }

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

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

 span { border-color: rgb(175,11,120); }

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