Html Css Color HEX #AF197A Medium Violet Red

📋 copy color: '#AF197A'

red 175 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #AF197A

Tints of Medium Violet Red #AF197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 54.35%
G = 7.76%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF197A (or 0xAF197A) is known color: Medium Violet Red. HEX triplet: AF, 19 and 7A. RGB value is (175,25,122). Sum of RGB (Red+Green+Blue) = 175+25+122=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF197A is #50E685. Grayscale: #505050. Windows color (decimal): -5301894 or 8001967. OLE color: 8001967.

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

Color convert

RGB 175 25 122 -
CMYK 0 0.86 0.30 0.31
HSL 321.2º 0.75% 0.39% -
HSV(B) 321.2º 0.86% 0.69% -
XYZ 21.54 11.21 19.44 -
YUV 80.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 175 25 122 0 0.86 0.30 0.31 321.2 0.75 0.39
Hex AF 19 7A 0 56 1E 1F 141 4B 27
Octal 257 31 172 0 126 36 37 501 113 47
Binary 10101111 11001 1111010 0 1010110 11110 11111 101000001 1001011 100111

Color Harmonies of #AF197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF197A

Black with #AF197A

Text Example


Text Example

White with #AF197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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