Html Css Color HEX #AF1F9F Medium Red Violet

📋 copy color: '#AF1F9F'

red 175 ◦ green 31 ◦ blue 159

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

Shades of Medium Red Violet #AF1F9F

Tints of Medium Red Violet #AF1F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 47.95%
G = 8.49%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF1F9F (or 0xAF1F9F) is known color: Medium Red Violet. HEX triplet: AF, 1F and 9F. RGB value is (175,31,159). Sum of RGB (Red+Green+Blue) = 175+31+159=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F9F is #50E060. Grayscale: #585858. Windows color (decimal): -5300321 or 10428335. OLE color: 10428335.

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

Color convert

RGB 175 31 159 -
CMYK 0 0.82 0.09 0.31
HSL 306.67º 0.7% 0.4% -
HSV(B) 306.67º 0.82% 0.69% -
XYZ 24.43 12.6 33.94 -
YUV 88.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 175 31 159 0 0.82 0.09 0.31 306.67 0.7 0.4
Hex AF 1F 9F 0 52 9 1F 133 46 28
Octal 257 37 237 0 122 11 37 463 106 50
Binary 10101111 11111 10011111 0 1010010 1001 11111 100110011 1000110 101000

Color Harmonies of #AF1F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F9F

Black with #AF1F9F

Text Example


Text Example

White with #AF1F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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