#AF3880

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

Shades of Medium Red Violet #AF3880

Tints of Medium Red Violet #AF3880

Color information

#AF3880 (or 0xAF3880) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 80. RGB value is (175,56,128). Sum of RGB (Red+Green+Blue) = 175+56+128=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3880 is #50C77F. Grayscale: #636363. Windows color (decimal): -5293952 or 8403119. OLE color: 8403119.

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

Color convert

RGB17556128-
CMYK00.680.270.31
HSL323.7º51.52%45.29%-
HSV(B)323.7º68%68.63%-
XYZ22.9913.521.82-
YUV99.79143.92181.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=48.75%
G=15.60%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755612800.680.270.31323.751.5245.29
HexAF38800441B1F144342d
Octal25770200010433375046455
Binary1010111111100010000000010001001101111111101000100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3880; }

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

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

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

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

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

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

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

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