Html Css Color HEX #AF1399 Medium Violet Red

📋 copy color: '#AF1399'

red 175 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #AF1399

Tints of Medium Violet Red #AF1399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 50.43%
G = 5.48%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1399 (or 0xAF1399) is known color: Medium Violet Red. HEX triplet: AF, 13 and 99. RGB value is (175,19,153). Sum of RGB (Red+Green+Blue) = 175+19+153=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1399 is #50EC66. Grayscale: #505050. Windows color (decimal): -5303399 or 10032047. OLE color: 10032047.

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

Color convert

RGB 175 19 153 -
CMYK 0 0.89 0.13 0.31
HSL 308.46º 0.8% 0.38% -
HSV(B) 308.46º 0.89% 0.69% -
XYZ 23.66 11.88 31.18 -
YUV 80.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 175 19 153 0 0.89 0.13 0.31 308.46 0.8 0.38
Hex AF 13 99 0 59 D 1F 134 50 26
Octal 257 23 231 0 131 15 37 464 120 46
Binary 10101111 10011 10011001 0 1011001 1101 11111 100110100 1010000 100110

Color Harmonies of #AF1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1399

Black with #AF1399

Text Example


Text Example

White with #AF1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1399; }

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

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

background-color css

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

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

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

border-color css

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

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

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