#AF1084

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

Shades of Medium Violet Red #AF1084

Tints of Medium Violet Red #AF1084

Color information

#AF1084 (or 0xAF1084) is unknown color: approx Medium Violet Red. HEX triplet: AF, 10 and 84. RGB value is (175,16,132). Sum of RGB (Red+Green+Blue) = 175+16+132=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1084 is #50EF7B. Grayscale: #4C4C4C. Windows color (decimal): -5304188 or 8655023. OLE color: 8655023.

HSL color Cylindrical-coordinate representation of color #AF1084: hue angle of 316.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1084 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17516132-
CMYK00.910.250.31
HSL316.23º83.25%37.45%-
HSV(B)316.23º90.86%68.63%-
XYZ22.0311.1522.82-
YUV76.76159.18198.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 16 (6.64% from 255) = 4.95%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=54.18%
G=4.95%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751613200.910.250.31316.2383.2537.45
HexAF108405B191F13c5325
Octal257202040133313747412345
Binary1010111110000100001000101101111001111111001111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1084; }

 p { color: rgb(175,16,132); }

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

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

 a { background-color: rgb(175,16,132); }

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

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

 span { border-color: rgb(175,16,132); }

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