#A54C9E

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

Shades of Violet Blue #A54C9E

Tints of Violet Blue #A54C9E

Color information

#A54C9E (or 0xA54C9E) is unknown color: approx Violet Blue. HEX triplet: A5, 4C and 9E. RGB value is (165,76,158). Sum of RGB (Red+Green+Blue) = 165+76+158=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C9E is #5AB361. Grayscale: #6F6F6F. Windows color (decimal): -5944162 or 10374309. OLE color: 10374309.

HSL color Cylindrical-coordinate representation of color #A54C9E: hue angle of 304.72º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54C9E is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16576158-
CMYK00.540.040.35
HSL304.72º36.93%47.25%-
HSV(B)304.72º53.94%64.71%-
XYZ24.2715.6434.09-
YUV111.96153.99165.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=41.35%
G=19.05%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657615800.540.040.35304.7236.9347.25
HexA54C9E036423131252f
Octal2451142360664434614557
Binary101001011001100100111100110110100100011100110001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C9E; }

 p { color: rgb(165,76,158); }

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

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

 a { background-color: rgb(165,76,158); }

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

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

 span { border-color: rgb(165,76,158); }

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