Html Css Color HEX #AF1197 Medium Violet Red

📋 copy color: '#AF1197'

red 175 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #AF1197

Tints of Medium Violet Red #AF1197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

 BLUE value IS 151 (59.38% from 255) = 44.02%

R = 51.02%
G = 4.96%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF1197 (or 0xAF1197) is known color: Medium Violet Red. HEX triplet: AF, 11 and 97. RGB value is (175,17,151). Sum of RGB (Red+Green+Blue) = 175+17+151=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1197 is #50EE68. Grayscale: #4F4F4F. Windows color (decimal): -5303913 or 9900463. OLE color: 9900463.

HSL color Cylindrical-coordinate representation of color #AF1197: hue angle of 309.11º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1197 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 151 -
CMYK 0 0.90 0.14 0.31
HSL 309.11º 0.82% 0.38% -
HSV(B) 309.11º 0.9% 0.69% -
XYZ 23.47 11.75 30.31 -
YUV 79.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 175 17 151 0 0.90 0.14 0.31 309.11 0.82 0.38
Hex AF 11 97 0 5A E 1F 135 52 26
Octal 257 21 227 0 132 16 37 465 122 46
Binary 10101111 10001 10010111 0 1011010 1110 11111 100110101 1010010 100110

Color Harmonies of #AF1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1197

Black with #AF1197

Text Example


Text Example

White with #AF1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1197; }

 p { color: rgb(175,17,151); }

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

background-color css

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

 a { background-color: rgb(175,17,151); }

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

border-color css

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

 span { border-color: rgb(175,17,151); }

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