Html Css Color HEX #AF2F91 Medium Red Violet

📋 copy color: '#AF2F91'

red 175 ◦ green 47 ◦ blue 145

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

Shades of Medium Red Violet #AF2F91

Tints of Medium Red Violet #AF2F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 47.68%
G = 12.81%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF2F91 (or 0xAF2F91) is known color: Medium Red Violet. HEX triplet: AF, 2F and 91. RGB value is (175,47,145). Sum of RGB (Red+Green+Blue) = 175+47+145=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F91 is #50D06E. Grayscale: #606060. Windows color (decimal): -5296239 or 9514927. OLE color: 9514927.

HSL color Cylindrical-coordinate representation of color #AF2F91: hue angle of 314.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F91 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 145 -
CMYK 0 0.73 0.17 0.31
HSL 314.06º 0.58% 0.44% -
HSV(B) 314.06º 0.73% 0.69% -
XYZ 23.81 13.19 28.08 -
YUV 96.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 175 47 145 0 0.73 0.17 0.31 314.06 0.58 0.44
Hex AF 2F 91 0 49 11 1F 13A 3A 2C
Octal 257 57 221 0 111 21 37 472 72 54
Binary 10101111 101111 10010001 0 1001001 10001 11111 100111010 111010 101100

Color Harmonies of #AF2F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F91

Black with #AF2F91

Text Example


Text Example

White with #AF2F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F91; }

 p { color: rgb(175,47,145); }

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

background-color css

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

 a { background-color: rgb(175,47,145); }

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

border-color css

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

 span { border-color: rgb(175,47,145); }

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