Html Css Color HEX #AF149F Medium Violet Red

📋 copy color: '#AF149F'

red 175 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #AF149F

Tints of Medium Violet Red #AF149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 49.44%
G = 5.65%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF149F (or 0xAF149F) is known color: Medium Violet Red. HEX triplet: AF, 14 and 9F. RGB value is (175,20,159). Sum of RGB (Red+Green+Blue) = 175+20+159=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149F is #50EB60. Grayscale: #515151. Windows color (decimal): -5303137 or 10425519. OLE color: 10425519.

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

Color convert

RGB 175 20 159 -
CMYK 0 0.89 0.09 0.31
HSL 306.19º 0.79% 0.38% -
HSV(B) 306.19º 0.89% 0.69% -
XYZ 24.19 12.12 33.86 -
YUV 82.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 175 20 159 0 0.89 0.09 0.31 306.19 0.79 0.38
Hex AF 14 9F 0 59 9 1F 132 4F 26
Octal 257 24 237 0 131 11 37 462 117 46
Binary 10101111 10100 10011111 0 1011001 1001 11111 100110010 1001111 100110

Color Harmonies of #AF149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF149F

Black with #AF149F

Text Example


Text Example

White with #AF149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF149F; }

 p { color: rgb(175,20,159); }

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

background-color css

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

 a { background-color: rgb(175,20,159); }

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

border-color css

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

 span { border-color: rgb(175,20,159); }

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