Html Css Color HEX #AF199D Medium Violet Red

📋 copy color: '#AF199D'

red 175 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #AF199D

Tints of Medium Violet Red #AF199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

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

R = 49.02%
G = 7%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF199D (or 0xAF199D) is known color: Medium Violet Red. HEX triplet: AF, 19 and 9D. RGB value is (175,25,157). Sum of RGB (Red+Green+Blue) = 175+25+157=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF199D is #50E662. Grayscale: #545454. Windows color (decimal): -5301859 or 10295727. OLE color: 10295727.

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

Color convert

RGB 175 25 157 -
CMYK 0 0.86 0.10 0.31
HSL 307.2º 0.75% 0.39% -
HSV(B) 307.2º 0.86% 0.69% -
XYZ 24.11 12.24 32.99 -
YUV 84.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 175 25 157 0 0.86 0.10 0.31 307.2 0.75 0.39
Hex AF 19 9D 0 56 A 1F 133 4B 27
Octal 257 31 235 0 126 12 37 463 113 47
Binary 10101111 11001 10011101 0 1010110 1010 11111 100110011 1001011 100111

Color Harmonies of #AF199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF199D

Black with #AF199D

Text Example


Text Example

White with #AF199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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