Html Css Color HEX #AF1F99 Medium Red Violet

📋 copy color: '#AF1F99'

red 175 ◦ green 31 ◦ blue 153

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

Shades of Medium Red Violet #AF1F99

Tints of Medium Red Violet #AF1F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.64%

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

R = 48.75%
G = 8.64%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1F99 (or 0xAF1F99) is known color: Medium Red Violet. HEX triplet: AF, 1F and 99. RGB value is (175,31,153). Sum of RGB (Red+Green+Blue) = 175+31+153=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F99 is #50E066. Grayscale: #575757. Windows color (decimal): -5300327 or 10035119. OLE color: 10035119.

HSL color Cylindrical-coordinate representation of color #AF1F99: hue angle of 309.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F99 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 153 -
CMYK 0 0.82 0.13 0.31
HSL 309.17º 0.7% 0.4% -
HSV(B) 309.17º 0.82% 0.69% -
XYZ 23.92 12.39 31.27 -
YUV 87.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 175 31 153 0 0.82 0.13 0.31 309.17 0.7 0.4
Hex AF 1F 99 0 52 D 1F 135 46 28
Octal 257 37 231 0 122 15 37 465 106 50
Binary 10101111 11111 10011001 0 1010010 1101 11111 100110101 1000110 101000

Color Harmonies of #AF1F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F99

Black with #AF1F99

Text Example


Text Example

White with #AF1F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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