Html Css Color HEX #AF0A99 Medium Violet Red

📋 copy color: '#AF0A99'

red 175 ◦ green 10 ◦ blue 153

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

Shades of Medium Violet Red #AF0A99

Tints of Medium Violet Red #AF0A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

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

R = 51.78%
G = 2.96%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0A99 (or 0xAF0A99) is known color: Medium Violet Red. HEX triplet: AF, 0A and 99. RGB value is (175,10,153). Sum of RGB (Red+Green+Blue) = 175+10+153=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A99 is #50F566. Grayscale: #4B4B4B. Windows color (decimal): -5305703 or 10029743. OLE color: 10029743.

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

Color convert

RGB 175 10 153 -
CMYK 0 0.94 0.13 0.31
HSL 308º 0.89% 0.36% -
HSV(B) 308º 0.94% 0.69% -
XYZ 23.54 11.63 31.14 -
YUV 75.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 175 10 153 0 0.94 0.13 0.31 308 0.89 0.36
Hex AF A 99 0 5E D 1F 134 59 24
Octal 257 12 231 0 136 15 37 464 131 44
Binary 10101111 1010 10011001 0 1011110 1101 11111 100110100 1011001 100100

Color Harmonies of #AF0A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A99

Black with #AF0A99

Text Example


Text Example

White with #AF0A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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