Html Css Color HEX #AF1785 Medium Violet Red

📋 copy color: '#AF1785'

red 175 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #AF1785

Tints of Medium Violet Red #AF1785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 52.87%
G = 6.95%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF1785 (or 0xAF1785) is known color: Medium Violet Red. HEX triplet: AF, 17 and 85. RGB value is (175,23,133). Sum of RGB (Red+Green+Blue) = 175+23+133=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1785 is #50E87A. Grayscale: #505050. Windows color (decimal): -5302395 or 8722351. OLE color: 8722351.

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

Color convert

RGB 175 23 133 -
CMYK 0 0.87 0.24 0.31
HSL 316.58º 0.77% 0.39% -
HSV(B) 316.58º 0.87% 0.69% -
XYZ 22.22 11.42 23.22 -
YUV 80.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 175 23 133 0 0.87 0.24 0.31 316.58 0.77 0.39
Hex AF 17 85 0 57 18 1F 13D 4D 27
Octal 257 27 205 0 127 30 37 475 115 47
Binary 10101111 10111 10000101 0 1010111 11000 11111 100111101 1001101 100111

Color Harmonies of #AF1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1785

Black with #AF1785

Text Example


Text Example

White with #AF1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1785; }

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

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

background-color css

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

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

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

border-color css

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

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

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