#A0489B

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

Shades of Violet Blue #A0489B

Tints of Violet Blue #A0489B

Color information

#A0489B (or 0xA0489B) is unknown color: approx Violet Blue. HEX triplet: A0, 48 and 9B. RGB value is (160,72,155). Sum of RGB (Red+Green+Blue) = 160+72+155=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0489B is #5FB764. Grayscale: #6B6B6B. Windows color (decimal): -6272869 or 10176672. OLE color: 10176672.

HSL color Cylindrical-coordinate representation of color #A0489B: hue angle of 303.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0489B is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16072155-
CMYK00.550.030.37
HSL303.41º37.93%45.49%-
HSV(B)303.41º55%62.75%-
XYZ22.7314.4732.61-
YUV107.77154.65165.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=41.34%
G=18.60%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607215500.550.030.37303.4137.9345.49
HexA0489B03732512f262d
Octal2401102330673454574655
Binary10100000100100010011011011011111100101100101111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0489B; }

 p { color: rgb(160,72,155); }

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

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

 a { background-color: rgb(160,72,155); }

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

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

 span { border-color: rgb(160,72,155); }

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