Html Css Color HEX #AF1383 Medium Violet Red

📋 copy color: '#AF1383'

red 175 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #AF1383

Tints of Medium Violet Red #AF1383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 53.85%
G = 5.85%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF1383 (or 0xAF1383) is known color: Medium Violet Red. HEX triplet: AF, 13 and 83. RGB value is (175,19,131). Sum of RGB (Red+Green+Blue) = 175+19+131=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1383 is #50EC7C. Grayscale: #4E4E4E. Windows color (decimal): -5303421 or 8590255. OLE color: 8590255.

HSL color Cylindrical-coordinate representation of color #AF1383: hue angle of 316.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1383 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 131 -
CMYK 0 0.89 0.25 0.31
HSL 316.92º 0.8% 0.38% -
HSV(B) 316.92º 0.89% 0.69% -
XYZ 22.01 11.22 22.48 -
YUV 78.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 175 19 131 0 0.89 0.25 0.31 316.92 0.8 0.38
Hex AF 13 83 0 59 19 1F 13D 50 26
Octal 257 23 203 0 131 31 37 475 120 46
Binary 10101111 10011 10000011 0 1011001 11001 11111 100111101 1010000 100110

Color Harmonies of #AF1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1383

Black with #AF1383

Text Example


Text Example

White with #AF1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1383; }

 p { color: rgb(175,19,131); }

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

background-color css

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

 a { background-color: rgb(175,19,131); }

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

border-color css

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

 span { border-color: rgb(175,19,131); }

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