#AF3875

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

Shades of Medium Red Violet #AF3875

Tints of Medium Red Violet #AF3875

Color information

#AF3875 (or 0xAF3875) is unknown color: approx Medium Red Violet. HEX triplet: AF, 38 and 75. RGB value is (175,56,117). Sum of RGB (Red+Green+Blue) = 175+56+117=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3875 is #50C78A. Grayscale: #626262. Windows color (decimal): -5293963 or 7682223. OLE color: 7682223.

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

Color convert

RGB17556117-
CMYK00.680.330.31
HSL329.24º51.52%45.29%-
HSV(B)329.24º68%68.63%-
XYZ22.313.2318.21-
YUV98.54138.42182.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=50.29%
G=16.09%
B=33.62%

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
Decimal1755611700.680.330.31329.2451.5245.29
HexAF3875044211F149342d
Octal25770165010441375116455
Binary1010111111100011101010100010010000111111101001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3875; }

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

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

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

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

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

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

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

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