#A8388D

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

Shades of Medium Red Violet #A8388D

Tints of Medium Red Violet #A8388D

Color information

#A8388D (or 0xA8388D) is unknown color: approx Medium Red Violet. HEX triplet: A8, 38 and 8D. RGB value is (168,56,141). Sum of RGB (Red+Green+Blue) = 168+56+141=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8388D is #57C772. Grayscale: #626262. Windows color (decimal): -5752691 or 9255080. OLE color: 9255080.

HSL color Cylindrical-coordinate representation of color #A8388D: hue angle of 314.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8388D is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16856141-
CMYK00.670.160.34
HSL314.46º50%43.92%-
HSV(B)314.46º66.67%65.88%-
XYZ22.3713.0826.54-
YUV99.18151.61177.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=46.03%
G=15.34%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685614100.670.160.34314.465043.92
HexA8388D043102213a322c
Octal25070215010320424726254
Binary10101000111000100011010100001110000100010100111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8388D; }

 p { color: rgb(168,56,141); }

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

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

 a { background-color: rgb(168,56,141); }

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

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

 span { border-color: rgb(168,56,141); }

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