#AF3886

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

Shades of Medium Red Violet #AF3886

Tints of Medium Red Violet #AF3886

Color information

#AF3886 (or 0xAF3886) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 86. RGB value is (175,56,134). Sum of RGB (Red+Green+Blue) = 175+56+134=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3886 is #50C779. Grayscale: #646464. Windows color (decimal): -5293946 or 8796335. OLE color: 8796335.

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

Color convert

RGB17556134-
CMYK00.680.230.31
HSL320.67º51.52%45.29%-
HSV(B)320.67º68%68.63%-
XYZ23.413.6623.96-
YUV100.47146.92181.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=47.95%
G=15.34%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755613400.680.230.31320.6751.5245.29
HexAF3886044171F141342d
Octal25770206010427375016455
Binary1010111111100010000110010001001011111111101000001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3886; }

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

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

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

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

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

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

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

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