#A5439A

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

Shades of Violet Blue #A5439A

Tints of Violet Blue #A5439A

Color information

#A5439A (or 0xA5439A) is unknown color: approx Violet Blue. HEX triplet: A5, 43 and 9A. RGB value is (165,67,154). Sum of RGB (Red+Green+Blue) = 165+67+154=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5439A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5439A is #5ABC65. Grayscale: #696969. Windows color (decimal): -5946470 or 10109861. OLE color: 10109861.

HSL color Cylindrical-coordinate representation of color #A5439A: hue angle of 306.73º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5439A is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16567154-
CMYK00.590.070.35
HSL306.73º42.24%45.49%-
HSV(B)306.73º59.39%64.71%-
XYZ23.3614.3532.11-
YUV106.22154.97169.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 67 (26.56% from 255) = 17.36%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=42.75%
G=17.36%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656715400.590.070.35306.7342.2445.49
HexA5439A03B7231332a2d
Octal2451032320737434635255
Binary101001011000011100110100111011111100011100110011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5439A; }

 p { color: rgb(165,67,154); }

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

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

 a { background-color: rgb(165,67,154); }

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

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

 span { border-color: rgb(165,67,154); }

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