Html Css Color HEX #AF0780 Medium Violet Red

📋 copy color: '#AF0780'

red 175 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #AF0780

Tints of Medium Violet Red #AF0780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 56.45%
G = 2.26%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF0780 (or 0xAF0780) is known color: Medium Violet Red. HEX triplet: AF, 07 and 80. RGB value is (175,7,128). Sum of RGB (Red+Green+Blue) = 175+7+128=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0780 is #50F87F. Grayscale: #464646. Windows color (decimal): -5306496 or 8390575. OLE color: 8390575.

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

Color convert

RGB 175 7 128 -
CMYK 0 0.96 0.27 0.31
HSL 316.79º 0.92% 0.36% -
HSV(B) 316.79º 0.96% 0.69% -
XYZ 21.65 10.82 21.37 -
YUV 71.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 175 7 128 0 0.96 0.27 0.31 316.79 0.92 0.36
Hex AF 7 80 0 60 1B 1F 13D 5C 24
Octal 257 7 200 0 140 33 37 475 134 44
Binary 10101111 111 10000000 0 1100000 11011 11111 100111101 1011100 100100

Color Harmonies of #AF0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0780

Black with #AF0780

Text Example


Text Example

White with #AF0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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