#AF087E

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

Shades of Medium Violet Red #AF087E

Tints of Medium Violet Red #AF087E

Color information

#AF087E (or 0xAF087E) is unknown color: approx Medium Violet Red. HEX triplet: AF, 08 and 7E. RGB value is (175,8,126). Sum of RGB (Red+Green+Blue) = 175+8+126=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF087E is #50F781. Grayscale: #474747. Windows color (decimal): -5306242 or 8259759. OLE color: 8259759.

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

Color convert

RGB1758126-
CMYK00.950.280.31
HSL317.6º91.26%35.88%-
HSV(B)317.6º95.43%68.63%-
XYZ21.5310.7920.69-
YUV71.38158.83201.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=56.63%
G=2.59%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175812600.950.280.31317.691.2635.88
HexAF87E05F1C1F13e5b24
Octal257101760137343747613344
Binary10101111100011111100101111111100111111001111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF087E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF087E; }

 p { color: rgb(175,8,126); }

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

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

 a { background-color: rgb(175,8,126); }

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

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

 span { border-color: rgb(175,8,126); }

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