#A33A79

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

Shades of Medium Red Violet #A33A79

Tints of Medium Red Violet #A33A79

Color information

#A33A79 (or 0xA33A79) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3A and 79. RGB value is (163,58,121). Sum of RGB (Red+Green+Blue) = 163+58+121=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A79 is #5CC586. Grayscale: #606060. Windows color (decimal): -6079879 or 7944867. OLE color: 7944867.

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

Color convert

RGB16358121-
CMYK00.640.260.36
HSL324º47.51%43.33%-
HSV(B)324º64.42%63.92%-
XYZ20.0712.1919.38-
YUV96.58141.79175.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=47.66%
G=16.96%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635812100.640.260.3632447.5143.33
HexA33A790401A24144302b
Octal24372171010032445046053
Binary1010001111101011110010100000011010100100101000100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A79; }

 p { color: rgb(163,58,121); }

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

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

 a { background-color: rgb(163,58,121); }

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

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

 span { border-color: rgb(163,58,121); }

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