#A3489A

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

Shades of Violet Blue #A3489A

Tints of Violet Blue #A3489A

Color information

#A3489A (or 0xA3489A) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and 9A. RGB value is (163,72,154). Sum of RGB (Red+Green+Blue) = 163+72+154=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3489A is #5CB765. Grayscale: #6C6C6C. Windows color (decimal): -6076262 or 10111139. OLE color: 10111139.

HSL color Cylindrical-coordinate representation of color #A3489A: hue angle of 305.93º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3489A is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16372154-
CMYK00.560.060.36
HSL305.93º38.72%46.08%-
HSV(B)305.93º55.83%63.92%-
XYZ23.2514.7532.19-
YUV108.56153.65166.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=41.90%
G=18.51%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637215400.560.060.36305.9338.7246.08
HexA3489A038624132272e
Octal2431102320706444624756
Binary101000111001000100110100111000110100100100110010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3489A; }

 p { color: rgb(163,72,154); }

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

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

 a { background-color: rgb(163,72,154); }

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

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

 span { border-color: rgb(163,72,154); }

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