Html Css Color HEX #AF3983 Medium Red Violet

📋 copy color: '#AF3983'

red 175 ◦ green 57 ◦ blue 131

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

Shades of Medium Red Violet #AF3983

Tints of Medium Red Violet #AF3983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 48.21%
G = 15.7%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF3983 (or 0xAF3983) is known color: Medium Red Violet. HEX triplet: AF, 39 and 83. RGB value is (175,57,131). Sum of RGB (Red+Green+Blue) = 175+57+131=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3983 is #50C67C. Grayscale: #646464. Windows color (decimal): -5293693 or 8599983. OLE color: 8599983.

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

Color convert

RGB 175 57 131 -
CMYK 0 0.67 0.25 0.31
HSL 322.37º 0.51% 0.45% -
HSV(B) 322.37º 0.67% 0.69% -
XYZ 23.24 13.68 22.89 -
YUV 100.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 175 57 131 0 0.67 0.25 0.31 322.37 0.51 0.45
Hex AF 39 83 0 43 19 1F 142 33 2D
Octal 257 71 203 0 103 31 37 502 63 55
Binary 10101111 111001 10000011 0 1000011 11001 11111 101000010 110011 101101

Color Harmonies of #AF3983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3983

Black with #AF3983

Text Example


Text Example

White with #AF3983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3983; }

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

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

background-color css

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

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

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

border-color css

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

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

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