Html Css Color HEX #AF3986 Medium Red Violet

📋 copy color: '#AF3986'

red 175 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #AF3986

Tints of Medium Red Violet #AF3986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.57%

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

R = 47.81%
G = 15.57%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF3986 (or 0xAF3986) is known color: Medium Red Violet. HEX triplet: AF, 39 and 86. RGB value is (175,57,134). Sum of RGB (Red+Green+Blue) = 175+57+134=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3986 is #50C679. Grayscale: #646464. Windows color (decimal): -5293690 or 8796591. OLE color: 8796591.

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

Color convert

RGB 175 57 134 -
CMYK 0 0.67 0.23 0.31
HSL 320.85º 0.51% 0.45% -
HSV(B) 320.85º 0.67% 0.69% -
XYZ 23.45 13.76 23.97 -
YUV 101.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 175 57 134 0 0.67 0.23 0.31 320.85 0.51 0.45
Hex AF 39 86 0 43 17 1F 141 33 2D
Octal 257 71 206 0 103 27 37 501 63 55
Binary 10101111 111001 10000110 0 1000011 10111 11111 101000001 110011 101101

Color Harmonies of #AF3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3986

Black with #AF3986

Text Example


Text Example

White with #AF3986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3986; }

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

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

background-color css

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

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

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

border-color css

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

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

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