#A33A96

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

Shades of Medium Red Violet #A33A96

Tints of Medium Red Violet #A33A96

Color information

#A33A96 (or 0xA33A96) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3A and 96. RGB value is (163,58,150). Sum of RGB (Red+Green+Blue) = 163+58+150=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A96 is #5CC569. Grayscale: #636363. Windows color (decimal): -6079850 or 9845411. OLE color: 9845411.

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

Color convert

RGB16358150-
CMYK00.640.080.36
HSL307.43º47.51%43.33%-
HSV(B)307.43º64.42%63.92%-
XYZ22.1213.0130.2-
YUV99.88156.29173.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=43.94%
G=15.63%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635815000.640.080.36307.4347.5143.33
HexA33A96040824133302b
Octal24372226010010444636053
Binary1010001111101010010110010000001000100100100110011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A96; }

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

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

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

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

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

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

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

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