Html Css Color HEX #AF0386 Medium Violet Red

📋 copy color: '#AF0386'

red 175 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #AF0386

Tints of Medium Violet Red #AF0386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 56.09%
G = 0.96%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF0386 (or 0xAF0386) is known color: Medium Violet Red. HEX triplet: AF, 03 and 86. RGB value is (175,3,134). Sum of RGB (Red+Green+Blue) = 175+3+134=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0386 is #50FC79. Grayscale: #454545. Windows color (decimal): -5307514 or 8782767. OLE color: 8782767.

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

Color convert

RGB 175 3 134 -
CMYK 0 0.98 0.23 0.31
HSL 314.3º 0.97% 0.35% -
HSV(B) 314.3º 0.98% 0.69% -
XYZ 22.01 10.9 23.5 -
YUV 69.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 175 3 134 0 0.98 0.23 0.31 314.3 0.97 0.35
Hex AF 3 86 0 62 17 1F 13A 61 23
Octal 257 3 206 0 142 27 37 472 141 43
Binary 10101111 11 10000110 0 1100010 10111 11111 100111010 1100001 100011

Color Harmonies of #AF0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0386

Black with #AF0386

Text Example


Text Example

White with #AF0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0386; }

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

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

background-color css

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

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

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

border-color css

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

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

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