#A3377D

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

Shades of Medium Red Violet #A3377D

Tints of Medium Red Violet #A3377D

Color information

#A3377D (or 0xA3377D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 37 and 7D. RGB value is (163,55,125). Sum of RGB (Red+Green+Blue) = 163+55+125=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3377D is #5CC882. Grayscale: #5F5F5F. Windows color (decimal): -6080643 or 8206243. OLE color: 8206243.

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

Color convert

RGB16355125-
CMYK00.660.230.36
HSL321.11º49.54%42.75%-
HSV(B)321.11º66.26%63.92%-
XYZ20.171220.65-
YUV95.27144.78176.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=47.52%
G=16.03%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635512500.660.230.36321.1149.5442.75
HexA3377D0421724141322b
Octal24367175010227445016253
Binary1010001111011111111010100001010111100100101000001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3377D; }

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

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

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

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

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

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

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

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