#A3368D

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

Shades of Medium Red Violet #A3368D

Tints of Medium Red Violet #A3368D

Color information

#A3368D (or 0xA3368D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 36 and 8D. RGB value is (163,54,141). Sum of RGB (Red+Green+Blue) = 163+54+141=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3368D is #5CC972. Grayscale: #606060. Windows color (decimal): -6080883 or 9254563. OLE color: 9254563.

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

Color convert

RGB16354141-
CMYK00.670.130.36
HSL312.11º50.23%42.55%-
HSV(B)312.11º66.87%63.92%-
XYZ21.2312.3526.46-
YUV96.51153.11175.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=45.53%
G=15.08%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635414100.670.130.36312.1150.2342.55
HexA3368D043D24138322b
Octal24366215010315444706253
Binary1010001111011010001101010000111101100100100111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3368D; }

 p { color: rgb(163,54,141); }

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

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

 a { background-color: rgb(163,54,141); }

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

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

 span { border-color: rgb(163,54,141); }

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