#A33D82

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

Shades of Medium Red Violet #A33D82

Tints of Medium Red Violet #A33D82

Color information

#A33D82 (or 0xA33D82) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3D and 82. RGB value is (163,61,130). Sum of RGB (Red+Green+Blue) = 163+61+130=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D82 is #5CC27D. Grayscale: #636363. Windows color (decimal): -6079102 or 8535459. OLE color: 8535459.

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

Color convert

RGB16361130-
CMYK00.630.200.36
HSL319.41º45.54%43.92%-
HSV(B)319.41º62.58%63.92%-
XYZ20.812.7422.48-
YUV99.36145.29173.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=46.05%
G=17.23%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636113000.630.200.36319.4145.5443.92
HexA33D8203F142413f2e2c
Octal2437520207724444775654
Binary1010001111110110000010011111110100100100100111111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D82; }

 p { color: rgb(163,61,130); }

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

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

 a { background-color: rgb(163,61,130); }

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

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

 span { border-color: rgb(163,61,130); }

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