Html Css Color HEX #AF0F91 Medium Violet Red

📋 copy color: '#AF0F91'

red 175 ◦ green 15 ◦ blue 145

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

Shades of Medium Violet Red #AF0F91

Tints of Medium Violet Red #AF0F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

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

R = 52.24%
G = 4.48%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0F91 (or 0xAF0F91) is known color: Medium Violet Red. HEX triplet: AF, 0F and 91. RGB value is (175,15,145). Sum of RGB (Red+Green+Blue) = 175+15+145=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F91 is #50F06E. Grayscale: #4D4D4D. Windows color (decimal): -5304431 or 9506735. OLE color: 9506735.

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

Color convert

RGB 175 15 145 -
CMYK 0 0.91 0.17 0.31
HSL 311.25º 0.84% 0.37% -
HSV(B) 311.25º 0.91% 0.69% -
XYZ 22.96 11.5 27.8 -
YUV 77.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 175 15 145 0 0.91 0.17 0.31 311.25 0.84 0.37
Hex AF F 91 0 5B 11 1F 137 54 25
Octal 257 17 221 0 133 21 37 467 124 45
Binary 10101111 1111 10010001 0 1011011 10001 11111 100110111 1010100 100101

Color Harmonies of #AF0F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F91

Black with #AF0F91

Text Example


Text Example

White with #AF0F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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