#A33290

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

Shades of Medium Red Violet #A33290

Tints of Medium Red Violet #A33290

Color information

#A33290 (or 0xA33290) is unknown color: approx Medium Red Violet. HEX triplet: A3, 32 and 90. RGB value is (163,50,144). Sum of RGB (Red+Green+Blue) = 163+50+144=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A33290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33290 is #5CCD6F. Grayscale: #5E5E5E. Windows color (decimal): -6081904 or 9450147. OLE color: 9450147.

HSL color Cylindrical-coordinate representation of color #A33290: hue angle of 310.09º degrees, saturation: 0.53, 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 #A33290 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16350144-
CMYK00.690.120.36
HSL310.09º53.05%41.76%-
HSV(B)310.09º69.33%63.92%-
XYZ21.2812.0827.6-
YUV94.5155.94176.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=45.66%
G=14.01%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635014400.690.120.36310.0953.0541.76
HexA33290045C24136352a
Octal24362220010514444666552
Binary1010001111001010010000010001011100100100100110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33290; }

 p { color: rgb(163,50,144); }

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

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

 a { background-color: rgb(163,50,144); }

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

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

 span { border-color: rgb(163,50,144); }

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