Html Css Color HEX #AF0F99 Medium Violet Red

📋 copy color: '#AF0F99'

red 175 ◦ green 15 ◦ blue 153

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

Shades of Medium Violet Red #AF0F99

Tints of Medium Violet Red #AF0F99

RGB

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

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

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

R = 51.02%
G = 4.37%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0F99 (or 0xAF0F99) is known color: Medium Violet Red. HEX triplet: AF, 0F and 99. RGB value is (175,15,153). Sum of RGB (Red+Green+Blue) = 175+15+153=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F99 is #50F066. Grayscale: #4E4E4E. Windows color (decimal): -5304423 or 10031023. OLE color: 10031023.

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

Color convert

RGB 175 15 153 -
CMYK 0 0.91 0.13 0.31
HSL 308.25º 0.84% 0.37% -
HSV(B) 308.25º 0.91% 0.69% -
XYZ 23.6 11.76 31.16 -
YUV 78.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 175 15 153 0 0.91 0.13 0.31 308.25 0.84 0.37
Hex AF F 99 0 5B D 1F 134 54 25
Octal 257 17 231 0 133 15 37 464 124 45
Binary 10101111 1111 10011001 0 1011011 1101 11111 100110100 1010100 100101

Color Harmonies of #AF0F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F99

Black with #AF0F99

Text Example


Text Example

White with #AF0F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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