Html Css Color HEX #AF199A Medium Violet Red

📋 copy color: '#AF199A'

red 175 ◦ green 25 ◦ blue 154

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

Shades of Medium Violet Red #AF199A

Tints of Medium Violet Red #AF199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 49.44%
G = 7.06%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF199A (or 0xAF199A) is known color: Medium Violet Red. HEX triplet: AF, 19 and 9A. RGB value is (175,25,154). Sum of RGB (Red+Green+Blue) = 175+25+154=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF199A is #50E665. Grayscale: #545454. Windows color (decimal): -5301862 or 10099119. OLE color: 10099119.

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

Color convert

RGB 175 25 154 -
CMYK 0 0.86 0.12 0.31
HSL 308.4º 0.75% 0.39% -
HSV(B) 308.4º 0.86% 0.69% -
XYZ 23.86 12.14 31.66 -
YUV 84.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 175 25 154 0 0.86 0.12 0.31 308.4 0.75 0.39
Hex AF 19 9A 0 56 C 1F 134 4B 27
Octal 257 31 232 0 126 14 37 464 113 47
Binary 10101111 11001 10011010 0 1010110 1100 11111 100110100 1001011 100111

Color Harmonies of #AF199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF199A

Black with #AF199A

Text Example


Text Example

White with #AF199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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