Html Css Color HEX #AF0F77 Medium Violet Red

📋 copy color: '#AF0F77'

red 175 ◦ green 15 ◦ blue 119

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

Shades of Medium Violet Red #AF0F77

Tints of Medium Violet Red #AF0F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 56.63%
G = 4.85%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF0F77 (or 0xAF0F77) is known color: Medium Violet Red. HEX triplet: AF, 0F and 77. RGB value is (175,15,119). Sum of RGB (Red+Green+Blue) = 175+15+119=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0F77 is #50F088. Grayscale: #4A4A4A. Windows color (decimal): -5304457 or 7802799. OLE color: 7802799.

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

Color convert

RGB 175 15 119 -
CMYK 0 0.91 0.32 0.31
HSL 321º 0.84% 0.37% -
HSV(B) 321º 0.91% 0.69% -
XYZ 21.18 10.79 18.42 -
YUV 74.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 175 15 119 0 0.91 0.32 0.31 321 0.84 0.37
Hex AF F 77 0 5B 20 1F 141 54 25
Octal 257 17 167 0 133 40 37 501 124 45
Binary 10101111 1111 1110111 0 1011011 100000 11111 101000001 1010100 100101

Color Harmonies of #AF0F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F77

Black with #AF0F77

Text Example


Text Example

White with #AF0F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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