Html Css Color HEX #AF1591 Medium Violet Red

📋 copy color: '#AF1591'

red 175 ◦ green 21 ◦ blue 145

#AF1591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AF1591

Tints of Medium Violet Red #AF1591

RGB

 RED value IS 175 (68.75% from 255) = 51.32%

 GREEN value IS 21 (8.59% from 255) = 6.16%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 51.32%
G = 6.16%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF1591 (or 0xAF1591) is known color: Medium Violet Red. HEX triplet: AF, 15 and 91. RGB value is (175,21,145). Sum of RGB (Red+Green+Blue) = 175+21+145=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1591 is #50EA6E. Grayscale: #505050. Windows color (decimal): -5302895 or 9508271. OLE color: 9508271.

HSL color Cylindrical-coordinate representation of color #AF1591: hue angle of 311.69º 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 #AF1591 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 145 -
CMYK 0 0.88 0.17 0.31
HSL 311.69º 0.79% 0.38% -
HSV(B) 311.69º 0.88% 0.69% -
XYZ 23.06 11.69 27.83 -
YUV 81.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 175 21 145 0 0.88 0.17 0.31 311.69 0.79 0.38
Hex AF 15 91 0 58 11 1F 138 4F 26
Octal 257 25 221 0 130 21 37 470 117 46
Binary 10101111 10101 10010001 0 1011000 10001 11111 100111000 1001111 100110

Color Harmonies of #AF1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1591

Black with #AF1591

Text Example


Text Example

White with #AF1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1591; }

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

 H1.HeaderClassName
 {
   color: #AF1591;
 }
 .AnyTagClassName
 {
   color: #AF1591;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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