Html Css Color HEX #AF2983 Medium Red Violet

📋 copy color: '#AF2983'

red 175 ◦ green 41 ◦ blue 131

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

Shades of Medium Red Violet #AF2983

Tints of Medium Red Violet #AF2983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 50.43%
G = 11.82%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF2983 (or 0xAF2983) is known color: Medium Red Violet. HEX triplet: AF, 29 and 83. RGB value is (175,41,131). Sum of RGB (Red+Green+Blue) = 175+41+131=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2983 is #50D67C. Grayscale: #5B5B5B. Windows color (decimal): -5297789 or 8595887. OLE color: 8595887.

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

Color convert

RGB 175 41 131 -
CMYK 0 0.77 0.25 0.31
HSL 319.7º 0.62% 0.42% -
HSV(B) 319.7º 0.77% 0.69% -
XYZ 22.57 12.34 22.66 -
YUV 91.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 175 41 131 0 0.77 0.25 0.31 319.7 0.62 0.42
Hex AF 29 83 0 4D 19 1F 140 3E 2A
Octal 257 51 203 0 115 31 37 500 76 52
Binary 10101111 101001 10000011 0 1001101 11001 11111 101000000 111110 101010

Color Harmonies of #AF2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2983

Black with #AF2983

Text Example


Text Example

White with #AF2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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