Html Css Color HEX #AF0797 Medium Violet Red

📋 copy color: '#AF0797'

red 175 ◦ green 7 ◦ blue 151

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

Shades of Medium Violet Red #AF0797

Tints of Medium Violet Red #AF0797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 52.55%
G = 2.1%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0797 (or 0xAF0797) is known color: Medium Violet Red. HEX triplet: AF, 07 and 97. RGB value is (175,7,151). Sum of RGB (Red+Green+Blue) = 175+7+151=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0797 is #50F868. Grayscale: #494949. Windows color (decimal): -5306473 or 9897903. OLE color: 9897903.

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

Color convert

RGB 175 7 151 -
CMYK 0 0.96 0.14 0.31
HSL 308.57º 0.92% 0.36% -
HSV(B) 308.57º 0.96% 0.69% -
XYZ 23.34 11.5 30.27 -
YUV 73.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 175 7 151 0 0.96 0.14 0.31 308.57 0.92 0.36
Hex AF 7 97 0 60 E 1F 135 5C 24
Octal 257 7 227 0 140 16 37 465 134 44
Binary 10101111 111 10010111 0 1100000 1110 11111 100110101 1011100 100100

Color Harmonies of #AF0797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0797

Black with #AF0797

Text Example


Text Example

White with #AF0797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0797; }

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

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

background-color css

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

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

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

border-color css

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

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

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