Html Css Color HEX #AF0791 Medium Violet Red

📋 copy color: '#AF0791'

red 175 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #AF0791

Tints of Medium Violet Red #AF0791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 53.52%
G = 2.14%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0791 (or 0xAF0791) is known color: Medium Violet Red. HEX triplet: AF, 07 and 91. RGB value is (175,7,145). Sum of RGB (Red+Green+Blue) = 175+7+145=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0791 is #50F86E. Grayscale: #484848. Windows color (decimal): -5306479 or 9504687. OLE color: 9504687.

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

Color convert

RGB 175 7 145 -
CMYK 0 0.96 0.17 0.31
HSL 310.71º 0.92% 0.36% -
HSV(B) 310.71º 0.96% 0.69% -
XYZ 22.87 11.31 27.77 -
YUV 72.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 175 7 145 0 0.96 0.17 0.31 310.71 0.92 0.36
Hex AF 7 91 0 60 11 1F 137 5C 24
Octal 257 7 221 0 140 21 37 467 134 44
Binary 10101111 111 10010001 0 1100000 10001 11111 100110111 1011100 100100

Color Harmonies of #AF0791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0791

Black with #AF0791

Text Example


Text Example

White with #AF0791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0791; }

 p { color: rgb(175,7,145); }

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

background-color css

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

 a { background-color: rgb(175,7,145); }

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

border-color css

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

 span { border-color: rgb(175,7,145); }

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