Html Css Color HEX #AF3E80 Medium Red Violet

📋 copy color: '#AF3E80'

red 175 ◦ green 62 ◦ blue 128

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

Shades of Medium Red Violet #AF3E80

Tints of Medium Red Violet #AF3E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 47.95%
G = 16.99%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF3E80 (or 0xAF3E80) is known color: Medium Red Violet. HEX triplet: AF, 3E and 80. RGB value is (175,62,128). Sum of RGB (Red+Green+Blue) = 175+62+128=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3E80 is #50C17F. Grayscale: #676767. Windows color (decimal): -5292416 or 8404655. OLE color: 8404655.

HSL color Cylindrical-coordinate representation of color #AF3E80: hue angle of 324.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3E80 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 128 -
CMYK 0 0.65 0.27 0.31
HSL 324.96º 0.48% 0.46% -
HSV(B) 324.96º 0.65% 0.69% -
XYZ 23.3 14.12 21.92 -
YUV 103.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 175 62 128 0 0.65 0.27 0.31 324.96 0.48 0.46
Hex AF 3E 80 0 41 1B 1F 145 30 2E
Octal 257 76 200 0 101 33 37 505 60 56
Binary 10101111 111110 10000000 0 1000001 11011 11111 101000101 110000 101110

Color Harmonies of #AF3E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E80

Black with #AF3E80

Text Example


Text Example

White with #AF3E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E80; }

 p { color: rgb(175,62,128); }

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

background-color css

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

 a { background-color: rgb(175,62,128); }

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

border-color css

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

 span { border-color: rgb(175,62,128); }

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