Html Css Color HEX #AF3590 Medium Red Violet

📋 copy color: '#AF3590'

red 175 ◦ green 53 ◦ blue 144

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

Shades of Medium Red Violet #AF3590

Tints of Medium Red Violet #AF3590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 47.04%
G = 14.25%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF3590 (or 0xAF3590) is known color: Medium Red Violet. HEX triplet: AF, 35 and 90. RGB value is (175,53,144). Sum of RGB (Red+Green+Blue) = 175+53+144=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3590 is #50CA6F. Grayscale: #636363. Windows color (decimal): -5294704 or 9450927. OLE color: 9450927.

HSL color Cylindrical-coordinate representation of color #AF3590: hue angle of 315.25º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3590 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 144 -
CMYK 0 0.70 0.18 0.31
HSL 315.25º 0.54% 0.45% -
HSV(B) 315.25º 0.7% 0.69% -
XYZ 23.99 13.67 27.76 -
YUV 99.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 175 53 144 0 0.70 0.18 0.31 315.25 0.54 0.45
Hex AF 35 90 0 46 12 1F 13B 36 2D
Octal 257 65 220 0 106 22 37 473 66 55
Binary 10101111 110101 10010000 0 1000110 10010 11111 100111011 110110 101101

Color Harmonies of #AF3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3590

Black with #AF3590

Text Example


Text Example

White with #AF3590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3590; }

 p { color: rgb(175,53,144); }

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

background-color css

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

 a { background-color: rgb(175,53,144); }

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

border-color css

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

 span { border-color: rgb(175,53,144); }

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