Html Css Color HEX #AF197F Medium Violet Red

📋 copy color: '#AF197F'

red 175 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #AF197F

Tints of Medium Violet Red #AF197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 53.52%
G = 7.65%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF197F (or 0xAF197F) is known color: Medium Violet Red. HEX triplet: AF, 19 and 7F. RGB value is (175,25,127). Sum of RGB (Red+Green+Blue) = 175+25+127=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF197F is #50E680. Grayscale: #515151. Windows color (decimal): -5301889 or 8329647. OLE color: 8329647.

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

Color convert

RGB 175 25 127 -
CMYK 0 0.86 0.27 0.31
HSL 319.2º 0.75% 0.39% -
HSV(B) 319.2º 0.86% 0.69% -
XYZ 21.86 11.34 21.12 -
YUV 81.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 175 25 127 0 0.86 0.27 0.31 319.2 0.75 0.39
Hex AF 19 7F 0 56 1B 1F 13F 4B 27
Octal 257 31 177 0 126 33 37 477 113 47
Binary 10101111 11001 1111111 0 1010110 11011 11111 100111111 1001011 100111

Color Harmonies of #AF197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF197F

Black with #AF197F

Text Example


Text Example

White with #AF197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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