#A2489C

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

Shades of Violet Blue #A2489C

Tints of Violet Blue #A2489C

Color information

#A2489C (or 0xA2489C) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 9C. RGB value is (162,72,156). Sum of RGB (Red+Green+Blue) = 162+72+156=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2489C is #5DB763. Grayscale: #6C6C6C. Windows color (decimal): -6141796 or 10242210. OLE color: 10242210.

HSL color Cylindrical-coordinate representation of color #A2489C: hue angle of 304º degrees, saturation: 0.38, 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 #A2489C is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16272156-
CMYK00.560.040.36
HSL304º38.46%45.88%-
HSV(B)304º55.56%63.53%-
XYZ23.2214.7233.07-
YUV108.49154.82166.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 156 (61.33% from 255) = 40%
R=41.54%
G=18.46%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627215600.560.040.3630438.4645.88
HexA2489C038424130262e
Octal2421102340704444604656
Binary101000101001000100111000111000100100100100110000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2489C; }

 p { color: rgb(162,72,156); }

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

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

 a { background-color: rgb(162,72,156); }

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

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

 span { border-color: rgb(162,72,156); }

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