#A5468B

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

Shades of Medium Red Violet #A5468B

Tints of Medium Red Violet #A5468B

Color information

#A5468B (or 0xA5468B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 46 and 8B. RGB value is (165,70,139). Sum of RGB (Red+Green+Blue) = 165+70+139=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5468B is #5AB974. Grayscale: #6A6A6A. Windows color (decimal): -5945717 or 9127589. OLE color: 9127589.

HSL color Cylindrical-coordinate representation of color #A5468B: hue angle of 316.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5468B is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16570139-
CMYK00.580.160.35
HSL316.42º40.43%46.08%-
HSV(B)316.42º57.58%64.71%-
XYZ22.3714.2426-
YUV106.27146.47169.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=44.12%
G=18.72%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657013900.580.160.35316.4240.4346.08
HexA5468B03A102313c282e
Octal24510621307220434745056
Binary10100101100011010001011011101010000100011100111100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5468B; }

 p { color: rgb(165,70,139); }

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

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

 a { background-color: rgb(165,70,139); }

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

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

 span { border-color: rgb(165,70,139); }

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