#A33A7D

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

Shades of Medium Red Violet #A33A7D

Tints of Medium Red Violet #A33A7D

Color information

#A33A7D (or 0xA33A7D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3A and 7D. RGB value is (163,58,125). Sum of RGB (Red+Green+Blue) = 163+58+125=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A7D is #5CC582. Grayscale: #606060. Windows color (decimal): -6079875 or 8207011. OLE color: 8207011.

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

Color convert

RGB16358125-
CMYK00.640.230.36
HSL321.71º47.51%43.33%-
HSV(B)321.71º64.42%63.92%-
XYZ20.3212.2920.7-
YUV97.03143.79175.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=47.11%
G=16.76%
B=36.13%

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
Decimal1635812500.640.230.36321.7147.5143.33
HexA33A7D0401724142302b
Octal24372175010027445026053
Binary1010001111101011111010100000010111100100101000010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A7D; }

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

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

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

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

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

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

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

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