#a33075

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

Shades of Medium Red Violet #A33075

Tints of Medium Red Violet #A33075

Color information

#A33075 (or 0xA33075) is unknown color: approx Medium Red Violet. HEX triplet: A3, 30 and 75. RGB value is (163,48,117). Sum of RGB (Red+Green+Blue) = 163+48+117=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A33075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33075 is #5CCF8A. Grayscale: #5A5A5A. Windows color (decimal): -6082443 or 7680163. OLE color: 7680163.

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

Color convert

RGB16348117-
CMYK00.710.280.36
HSL324º54.5%41.37%-
HSV(B)324º70.55%63.92%-
XYZ19.3711.1817.97-
YUV90.25143.1179.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=49.70%
G=14.63%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634811700.710.280.3632454.541.37
HexA330750471C241443729
Octal24360165010734445046751
Binary1010001111000011101010100011111100100100101000100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33075; }

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

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

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

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

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

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

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

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