Html Css Color HEX #AF1786 Medium Violet Red

📋 copy color: '#AF1786'

red 175 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #AF1786

Tints of Medium Violet Red #AF1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

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

R = 52.71%
G = 6.93%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF1786 (or 0xAF1786) is known color: Medium Violet Red. HEX triplet: AF, 17 and 86. RGB value is (175,23,134). Sum of RGB (Red+Green+Blue) = 175+23+134=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1786 is #50E879. Grayscale: #505050. Windows color (decimal): -5302394 or 8787887. OLE color: 8787887.

HSL color Cylindrical-coordinate representation of color #AF1786: hue angle of 316.18º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1786 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 134 -
CMYK 0 0.87 0.23 0.31
HSL 316.18º 0.77% 0.39% -
HSV(B) 316.18º 0.87% 0.69% -
XYZ 22.29 11.45 23.59 -
YUV 81.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 175 23 134 0 0.87 0.23 0.31 316.18 0.77 0.39
Hex AF 17 86 0 57 17 1F 13C 4D 27
Octal 257 27 206 0 127 27 37 474 115 47
Binary 10101111 10111 10000110 0 1010111 10111 11111 100111100 1001101 100111

Color Harmonies of #AF1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1786

Black with #AF1786

Text Example


Text Example

White with #AF1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1786; }

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

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

background-color css

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

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

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

border-color css

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

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

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