#A5459C

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

Shades of Violet Blue #A5459C

Tints of Violet Blue #A5459C

Color information

#A5459C (or 0xA5459C) is unknown color: approx Violet Blue. HEX triplet: A5, 45 and 9C. RGB value is (165,69,156). Sum of RGB (Red+Green+Blue) = 165+69+156=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5459C is #5ABA63. Grayscale: #6B6B6B. Windows color (decimal): -5945956 or 10241445. OLE color: 10241445.

HSL color Cylindrical-coordinate representation of color #A5459C: hue angle of 305.62º degrees, saturation: 0.41, 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 #A5459C is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16569156-
CMYK00.580.050.35
HSL305.62º41.03%45.88%-
HSV(B)305.62º58.18%64.71%-
XYZ23.6514.6633.04-
YUV107.62155.3168.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 156 (61.33% from 255) = 40%
R=42.31%
G=17.69%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656915600.580.050.35305.6241.0345.88
HexA5459C03A523132292e
Octal2451052340725434625156
Binary101001011000101100111000111010101100011100110010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5459C; }

 p { color: rgb(165,69,156); }

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

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

 a { background-color: rgb(165,69,156); }

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

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

 span { border-color: rgb(165,69,156); }

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