Html Css Color HEX #AF199C Medium Violet Red

📋 copy color: '#AF199C'

red 175 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #AF199C

Tints of Medium Violet Red #AF199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 49.16%
G = 7.02%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF199C (or 0xAF199C) is known color: Medium Violet Red. HEX triplet: AF, 19 and 9C. RGB value is (175,25,156). Sum of RGB (Red+Green+Blue) = 175+25+156=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF199C is #50E663. Grayscale: #545454. Windows color (decimal): -5301860 or 10230191. OLE color: 10230191.

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

Color convert

RGB 175 25 156 -
CMYK 0 0.86 0.11 0.31
HSL 307.6º 0.75% 0.39% -
HSV(B) 307.6º 0.86% 0.69% -
XYZ 24.03 12.21 32.54 -
YUV 84.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 175 25 156 0 0.86 0.11 0.31 307.6 0.75 0.39
Hex AF 19 9C 0 56 B 1F 134 4B 27
Octal 257 31 234 0 126 13 37 464 113 47
Binary 10101111 11001 10011100 0 1010110 1011 11111 100110100 1001011 100111

Color Harmonies of #AF199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF199C

Black with #AF199C

Text Example


Text Example

White with #AF199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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