#AF0081

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

Shades of Medium Violet Red #AF0081

Tints of Medium Violet Red #AF0081

Color information

#AF0081 (or 0xAF0081) is unknown color: approx Medium Violet Red. HEX triplet: AF, 00 and 81. RGB value is (175,0,129). Sum of RGB (Red+Green+Blue) = 175+0+129=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0081 is #50FF7E. Grayscale: #424242. Windows color (decimal): -5308287 or 8454319. OLE color: 8454319.

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

Color convert

RGB1750129-
CMYK010.260.31
HSL315.77º100%34.31%-
HSV(B)315.77º100%68.63%-
XYZ21.6410.721.69-
YUV67.03162.98205.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=57.57%
G=0%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1750129010.260.31315.7710034.31
HexAF0810641A1F13c6422
Octal25702010144323747414442
Binary101011110100000010110010011010111111001111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0081; }

 p { color: rgb(175,0,129); }

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

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

 a { background-color: rgb(175,0,129); }

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

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

 span { border-color: rgb(175,0,129); }

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