#AF1878

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

Shades of Medium Violet Red #AF1878

Tints of Medium Violet Red #AF1878

Color information

#AF1878 (or 0xAF1878) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and 78. RGB value is (175,24,120). Sum of RGB (Red+Green+Blue) = 175+24+120=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1878 is #50E787. Grayscale: #4F4F4F. Windows color (decimal): -5302152 or 7870639. OLE color: 7870639.

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

Color convert

RGB17524120-
CMYK00.860.310.31
HSL321.85º75.88%39.02%-
HSV(B)321.85º86.29%68.63%-
XYZ21.411.1218.79-
YUV80.09150.53195.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=54.86%
G=7.52%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752412000.860.310.31321.8575.8839.02
HexAF18780561F1F1424c27
Octal257301700126373750211447
Binary101011111100011110000101011011111111111010000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1878; }

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

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

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

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

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

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

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

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