#AF3378

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

Shades of Medium Red Violet #AF3378

Tints of Medium Red Violet #AF3378

Color information

#AF3378 (or 0xAF3378) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and 78. RGB value is (175,51,120). Sum of RGB (Red+Green+Blue) = 175+51+120=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3378 is #50CC87. Grayscale: #5F5F5F. Windows color (decimal): -5295240 or 7877551. OLE color: 7877551.

HSL color Cylindrical-coordinate representation of color #AF3378: hue angle of 326.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3378 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17551120-
CMYK00.710.310.31
HSL326.61º54.87%44.31%-
HSV(B)326.61º70.86%68.63%-
XYZ22.2512.8419.07-
YUV95.94141.58184.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=50.58%
G=14.74%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755112000.710.310.31326.6154.8744.31
HexAF33780471F1F147372c
Octal25763170010737375076754
Binary101011111100111111000010001111111111111101000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3378; }

 p { color: rgb(175,51,120); }

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

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

 a { background-color: rgb(175,51,120); }

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

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

 span { border-color: rgb(175,51,120); }

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