#A8358B

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

Shades of Medium Red Violet #A8358B

Tints of Medium Red Violet #A8358B

Color information

#A8358B (or 0xA8358B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 35 and 8B. RGB value is (168,53,139). Sum of RGB (Red+Green+Blue) = 168+53+139=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8358B is #57CA74. Grayscale: #606060. Windows color (decimal): -5753461 or 9123240. OLE color: 9123240.

HSL color Cylindrical-coordinate representation of color #A8358B: hue angle of 315.13º 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 #A8358B is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16853139-
CMYK00.680.170.34
HSL315.13º52.04%43.33%-
HSV(B)315.13º68.45%65.88%-
XYZ22.0812.7425.72-
YUV97.19151.6178.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=46.67%
G=14.72%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685313900.680.170.34315.1352.0443.33
HexA8358B044112213b342b
Octal25065213010421424736453
Binary10101000110101100010110100010010001100010100111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8358B; }

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

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

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

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

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

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

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

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