Html Css Color HEX #AF3991 Medium Red Violet

📋 copy color: '#AF3991'

red 175 ◦ green 57 ◦ blue 145

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

Shades of Medium Red Violet #AF3991

Tints of Medium Red Violet #AF3991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 46.42%
G = 15.12%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF3991 (or 0xAF3991) is known color: Medium Red Violet. HEX triplet: AF, 39 and 91. RGB value is (175,57,145). Sum of RGB (Red+Green+Blue) = 175+57+145=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3991 is #50C66E. Grayscale: #666666. Windows color (decimal): -5293679 or 9517487. OLE color: 9517487.

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

Color convert

RGB 175 57 145 -
CMYK 0 0.67 0.17 0.31
HSL 315.25º 0.51% 0.45% -
HSV(B) 315.25º 0.67% 0.69% -
XYZ 24.25 14.08 28.23 -
YUV 102.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 175 57 145 0 0.67 0.17 0.31 315.25 0.51 0.45
Hex AF 39 91 0 43 11 1F 13B 33 2D
Octal 257 71 221 0 103 21 37 473 63 55
Binary 10101111 111001 10010001 0 1000011 10001 11111 100111011 110011 101101

Color Harmonies of #AF3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3991

Black with #AF3991

Text Example


Text Example

White with #AF3991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3991; }

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

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

background-color css

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

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

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

border-color css

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

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

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