Html Css Color HEX #AF1793 Medium Violet Red

📋 copy color: '#AF1793'

red 175 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #AF1793

Tints of Medium Violet Red #AF1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 50.72%
G = 6.67%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF1793 (or 0xAF1793) is known color: Medium Violet Red. HEX triplet: AF, 17 and 93. RGB value is (175,23,147). Sum of RGB (Red+Green+Blue) = 175+23+147=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1793 is #50E86C. Grayscale: #525252. Windows color (decimal): -5302381 or 9639855. OLE color: 9639855.

HSL color Cylindrical-coordinate representation of color #AF1793: hue angle of 311.05º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1793 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 147 -
CMYK 0 0.87 0.16 0.31
HSL 311.05º 0.77% 0.39% -
HSV(B) 311.05º 0.87% 0.69% -
XYZ 23.25 11.83 28.66 -
YUV 82.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 175 23 147 0 0.87 0.16 0.31 311.05 0.77 0.39
Hex AF 17 93 0 57 10 1F 137 4D 27
Octal 257 27 223 0 127 20 37 467 115 47
Binary 10101111 10111 10010011 0 1010111 10000 11111 100110111 1001101 100111

Color Harmonies of #AF1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1793

Black with #AF1793

Text Example


Text Example

White with #AF1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1793; }

 p { color: rgb(175,23,147); }

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

background-color css

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

 a { background-color: rgb(175,23,147); }

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

border-color css

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

 span { border-color: rgb(175,23,147); }

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