Html Css Color HEX #AF149D Medium Violet Red

📋 copy color: '#AF149D'

red 175 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #AF149D

Tints of Medium Violet Red #AF149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 49.72%
G = 5.68%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF149D (or 0xAF149D) is known color: Medium Violet Red. HEX triplet: AF, 14 and 9D. RGB value is (175,20,157). Sum of RGB (Red+Green+Blue) = 175+20+157=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF149D is #50EB62. Grayscale: #515151. Windows color (decimal): -5303139 or 10294447. OLE color: 10294447.

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

Color convert

RGB 175 20 157 -
CMYK 0 0.89 0.10 0.31
HSL 306.97º 0.79% 0.38% -
HSV(B) 306.97º 0.89% 0.69% -
XYZ 24.02 12.05 32.96 -
YUV 81.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 175 20 157 0 0.89 0.10 0.31 306.97 0.79 0.38
Hex AF 14 9D 0 59 A 1F 133 4F 26
Octal 257 24 235 0 131 12 37 463 117 46
Binary 10101111 10100 10011101 0 1011001 1010 11111 100110011 1001111 100110

Color Harmonies of #AF149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF149D

Black with #AF149D

Text Example


Text Example

White with #AF149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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