Html Css Color HEX #AF0E99 Medium Violet Red

📋 copy color: '#AF0E99'

red 175 ◦ green 14 ◦ blue 153

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

Shades of Medium Violet Red #AF0E99

Tints of Medium Violet Red #AF0E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.09%

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

R = 51.17%
G = 4.09%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0E99 (or 0xAF0E99) is known color: Medium Violet Red. HEX triplet: AF, 0E and 99. RGB value is (175,14,153). Sum of RGB (Red+Green+Blue) = 175+14+153=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0E99 is #50F166. Grayscale: #4D4D4D. Windows color (decimal): -5304679 or 10030767. OLE color: 10030767.

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

Color convert

RGB 175 14 153 -
CMYK 0 0.92 0.13 0.31
HSL 308.2º 0.85% 0.37% -
HSV(B) 308.2º 0.92% 0.69% -
XYZ 23.59 11.73 31.16 -
YUV 77.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 175 14 153 0 0.92 0.13 0.31 308.2 0.85 0.37
Hex AF E 99 0 5C D 1F 134 55 25
Octal 257 16 231 0 134 15 37 464 125 45
Binary 10101111 1110 10011001 0 1011100 1101 11111 100110100 1010101 100101

Color Harmonies of #AF0E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E99

Black with #AF0E99

Text Example


Text Example

White with #AF0E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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