#A8358A

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

Shades of Medium Red Violet #A8358A

Tints of Medium Red Violet #A8358A

Color information

#A8358A (or 0xA8358A) is unknown color: approx Medium Red Violet. HEX triplet: A8, 35 and 8A. RGB value is (168,53,138). Sum of RGB (Red+Green+Blue) = 168+53+138=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8358A is #57CA75. Grayscale: #606060. Windows color (decimal): -5753462 or 9057704. OLE color: 9057704.

HSL color Cylindrical-coordinate representation of color #A8358A: hue angle of 315.65º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8358A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16853138-
CMYK00.680.180.34
HSL315.65º52.04%43.33%-
HSV(B)315.65º68.45%65.88%-
XYZ22.0112.7125.34-
YUV97.07151.1178.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=46.80%
G=14.76%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685313800.680.180.34315.6552.0443.33
HexA8358A044122213c342b
Octal25065212010422424746453
Binary10101000110101100010100100010010010100010100111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8358A; }

 p { color: rgb(168,53,138); }

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

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

 a { background-color: rgb(168,53,138); }

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

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

 span { border-color: rgb(168,53,138); }

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