Html Css Color HEX #AF199E Medium Violet Red

📋 copy color: '#AF199E'

red 175 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #AF199E

Tints of Medium Violet Red #AF199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 48.88%
G = 6.98%
B = 44.13%

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

#AF199E (or 0xAF199E) is known color: Medium Violet Red. HEX triplet: AF, 19 and 9E. RGB value is (175,25,158). Sum of RGB (Red+Green+Blue) = 175+25+158=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF199E is #50E661. Grayscale: #545454. Windows color (decimal): -5301858 or 10361263. OLE color: 10361263.

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

Color convert

RGB 175 25 158 -
CMYK 0 0.86 0.10 0.31
HSL 306.8º 0.75% 0.39% -
HSV(B) 306.8º 0.86% 0.69% -
XYZ 24.2 12.28 33.44 -
YUV 85.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 175 25 158 0 0.86 0.10 0.31 306.8 0.75 0.39
Hex AF 19 9E 0 56 A 1F 133 4B 27
Octal 257 31 236 0 126 12 37 463 113 47
Binary 10101111 11001 10011110 0 1010110 1010 11111 100110011 1001011 100111

Color Harmonies of #AF199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF199E

Black with #AF199E

Text Example


Text Example

White with #AF199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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