#A33A7C

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

Shades of Medium Red Violet #A33A7C

Tints of Medium Red Violet #A33A7C

Color information

#A33A7C (or 0xA33A7C) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3A and 7C. RGB value is (163,58,124). Sum of RGB (Red+Green+Blue) = 163+58+124=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A7C is #5CC583. Grayscale: #606060. Windows color (decimal): -6079876 or 8141475. OLE color: 8141475.

HSL color Cylindrical-coordinate representation of color #A33A7C: hue angle of 322.29º 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 #A33A7C is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16358124-
CMYK00.640.240.36
HSL322.29º47.51%43.33%-
HSV(B)322.29º64.42%63.92%-
XYZ20.2612.2720.37-
YUV96.92143.29175.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=47.25%
G=16.81%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635812400.640.240.36322.2947.5143.33
HexA33A7C0401824142302b
Octal24372174010030445026053
Binary1010001111101011111000100000011000100100101000010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A7C; }

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

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

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

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

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

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

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

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