#a33275

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

Shades of Medium Red Violet #A33275

Tints of Medium Red Violet #A33275

Color information

#A33275 (or 0xA33275) is unknown color: approx Medium Red Violet. HEX triplet: A3, 32 and 75. RGB value is (163,50,117). Sum of RGB (Red+Green+Blue) = 163+50+117=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33275 is #5CCD8A. Grayscale: #5B5B5B. Windows color (decimal): -6081931 or 7680675. OLE color: 7680675.

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

Color convert

RGB16350117-
CMYK00.690.280.36
HSL324.42º53.05%41.76%-
HSV(B)324.42º69.33%63.92%-
XYZ19.4611.3518-
YUV91.42142.44179.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=49.39%
G=15.15%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635011700.690.280.36324.4253.0541.76
HexA332750451C24144352a
Octal24362165010534445046552
Binary1010001111001011101010100010111100100100101000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33275; }

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

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

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

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

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

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

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

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