#AF3582

Color #AF3582 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AF3582

Tints of Medium Red Violet #AF3582

Color information

#AF3582 (or 0xAF3582) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 82. RGB value is (175,53,130). Sum of RGB (Red+Green+Blue) = 175+53+130=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3582 is #50CA7D. Grayscale: #626262. Windows color (decimal): -5294718 or 8533423. OLE color: 8533423.

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

Color convert

RGB17553130-
CMYK00.700.260.31
HSL322.13º53.51%44.71%-
HSV(B)322.13º69.71%68.63%-
XYZ22.9813.2722.47-
YUV98.26145.92182.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=48.88%
G=14.80%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755313000.700.260.31322.1353.5144.71
HexAF35820461A1F142362d
Octal25765202010632375026655
Binary1010111111010110000010010001101101011111101000010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3582; }

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

 H1.HeaderClassName
 {
   color: #AF3582;
 }
 .AnyTagClassName
 {
   color: #AF3582;
 }
</style>
background-color css

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

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

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

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

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

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