Html Css Color HEX #AF1796 Medium Violet Red

📋 copy color: '#AF1796'

red 175 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #AF1796

Tints of Medium Violet Red #AF1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 50.29%
G = 6.61%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF1796 (or 0xAF1796) is known color: Medium Violet Red. HEX triplet: AF, 17 and 96. RGB value is (175,23,150). Sum of RGB (Red+Green+Blue) = 175+23+150=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1796 is #50E869. Grayscale: #525252. Windows color (decimal): -5302378 or 9836463. OLE color: 9836463.

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

Color convert

RGB 175 23 150 -
CMYK 0 0.87 0.14 0.31
HSL 309.87º 0.77% 0.39% -
HSV(B) 309.87º 0.87% 0.69% -
XYZ 23.49 11.93 29.92 -
YUV 82.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 175 23 150 0 0.87 0.14 0.31 309.87 0.77 0.39
Hex AF 17 96 0 57 E 1F 136 4D 27
Octal 257 27 226 0 127 16 37 466 115 47
Binary 10101111 10111 10010110 0 1010111 1110 11111 100110110 1001101 100111

Color Harmonies of #AF1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1796

Black with #AF1796

Text Example


Text Example

White with #AF1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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