#AF3876

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

Shades of Medium Red Violet #AF3876

Tints of Medium Red Violet #AF3876

Color information

#AF3876 (or 0xAF3876) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 76. RGB value is (175,56,118). Sum of RGB (Red+Green+Blue) = 175+56+118=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3876 is #50C789. Grayscale: #626262. Windows color (decimal): -5293962 or 7747759. OLE color: 7747759.

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

Color convert

RGB17556118-
CMYK00.680.330.31
HSL328.74º51.52%45.29%-
HSV(B)328.74º68%68.63%-
XYZ22.3613.2518.52-
YUV98.65138.92182.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=50.14%
G=16.05%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755611800.680.330.31328.7451.5245.29
HexAF3876044211F149342d
Octal25770166010441375116455
Binary1010111111100011101100100010010000111111101001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3876; }

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

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

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

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

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

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

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

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