Html Css Color HEX #AF0C99 Medium Violet Red

📋 copy color: '#AF0C99'

red 175 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #AF0C99

Tints of Medium Violet Red #AF0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.53%

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

R = 51.47%
G = 3.53%
B = 45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0C99 (or 0xAF0C99) is known color: Medium Violet Red. HEX triplet: AF, 0C and 99. RGB value is (175,12,153). Sum of RGB (Red+Green+Blue) = 175+12+153=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C99 is #50F366. Grayscale: #4C4C4C. Windows color (decimal): -5305191 or 10030255. OLE color: 10030255.

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

Color convert

RGB 175 12 153 -
CMYK 0 0.93 0.13 0.31
HSL 308.1º 0.87% 0.37% -
HSV(B) 308.1º 0.93% 0.69% -
XYZ 23.56 11.68 31.15 -
YUV 76.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 175 12 153 0 0.93 0.13 0.31 308.1 0.87 0.37
Hex AF C 99 0 5D D 1F 134 57 25
Octal 257 14 231 0 135 15 37 464 127 45
Binary 10101111 1100 10011001 0 1011101 1101 11111 100110100 1010111 100101

Color Harmonies of #AF0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C99

Black with #AF0C99

Text Example


Text Example

White with #AF0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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