#A33B7D

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

Shades of Medium Red Violet #A33B7D

Tints of Medium Red Violet #A33B7D

Color information

#A33B7D (or 0xA33B7D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3B and 7D. RGB value is (163,59,125). Sum of RGB (Red+Green+Blue) = 163+59+125=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B7D is #5CC482. Grayscale: #616161. Windows color (decimal): -6079619 or 8207267. OLE color: 8207267.

HSL color Cylindrical-coordinate representation of color #A33B7D: hue angle of 321.92º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B7D is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16359125-
CMYK00.640.230.36
HSL321.92º46.85%43.53%-
HSV(B)321.92º63.8%63.92%-
XYZ20.3712.420.72-
YUV97.62143.46174.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=46.97%
G=17.00%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635912500.640.230.36321.9246.8543.53
HexA33B7D04017241422f2c
Octal24373175010027445025754
Binary1010001111101111111010100000010111100100101000010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B7D; }

 p { color: rgb(163,59,125); }

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

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

 a { background-color: rgb(163,59,125); }

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

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

 span { border-color: rgb(163,59,125); }

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