#A33378

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

Shades of Medium Red Violet #A33378

Tints of Medium Red Violet #A33378

Color information

#A33378 (or 0xA33378) is unknown color: approx Medium Red Violet. HEX triplet: A3, 33 and 78. RGB value is (163,51,120). Sum of RGB (Red+Green+Blue) = 163+51+120=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33378 is #5CCC87. Grayscale: #5C5C5C. Windows color (decimal): -6081672 or 7877539. OLE color: 7877539.

HSL color Cylindrical-coordinate representation of color #A33378: hue angle of 323.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33378 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16351120-
CMYK00.690.260.36
HSL323.04º52.34%41.96%-
HSV(B)323.04º68.71%63.92%-
XYZ19.6811.5118.95-
YUV92.35143.61178.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=48.80%
G=15.27%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635112000.690.260.36323.0452.3441.96
HexA333780451A24143342a
Octal24363170010532445036452
Binary1010001111001111110000100010111010100100101000011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33378; }

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

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

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

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

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

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

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

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