#AF158B

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

Shades of Medium Violet Red #AF158B

Tints of Medium Violet Red #AF158B

Color information

#AF158B (or 0xAF158B) is unknown color: approx Medium Violet Red. HEX triplet: AF, 15 and 8B. RGB value is (175,21,139). Sum of RGB (Red+Green+Blue) = 175+21+139=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF158B is #50EA74. Grayscale: #505050. Windows color (decimal): -5302901 or 9115055. OLE color: 9115055.

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

Color convert

RGB17521139-
CMYK00.880.210.31
HSL314.03º78.57%38.43%-
HSV(B)314.03º88%68.63%-
XYZ22.6111.5125.46-
YUV80.5161.02195.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=52.24%
G=6.27%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752113900.880.210.31314.0378.5738.43
HexAF158B058151F13a4f26
Octal257252130130253747211746
Binary1010111110101100010110101100010101111111001110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF158B; }

 p { color: rgb(175,21,139); }

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

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

 a { background-color: rgb(175,21,139); }

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

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

 span { border-color: rgb(175,21,139); }

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