Html Css Color HEX #AF0786 Medium Violet Red

📋 copy color: '#AF0786'

red 175 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #AF0786

Tints of Medium Violet Red #AF0786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 55.38%
G = 2.22%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF0786 (or 0xAF0786) is known color: Medium Violet Red. HEX triplet: AF, 07 and 86. RGB value is (175,7,134). Sum of RGB (Red+Green+Blue) = 175+7+134=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0786 is #50F879. Grayscale: #474747. Windows color (decimal): -5306490 or 8783791. OLE color: 8783791.

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

Color convert

RGB 175 7 134 -
CMYK 0 0.96 0.23 0.31
HSL 314.64º 0.92% 0.36% -
HSV(B) 314.64º 0.96% 0.69% -
XYZ 22.06 10.99 23.51 -
YUV 71.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 175 7 134 0 0.96 0.23 0.31 314.64 0.92 0.36
Hex AF 7 86 0 60 17 1F 13B 5C 24
Octal 257 7 206 0 140 27 37 473 134 44
Binary 10101111 111 10000110 0 1100000 10111 11111 100111011 1011100 100100

Color Harmonies of #AF0786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0786

Black with #AF0786

Text Example


Text Example

White with #AF0786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0786; }

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

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

background-color css

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

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

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

border-color css

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

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

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