#A2479C

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

Shades of Violet Blue #A2479C

Tints of Violet Blue #A2479C

Color information

#A2479C (or 0xA2479C) is unknown color: approx Violet Blue. HEX triplet: A2, 47 and 9C. RGB value is (162,71,156). Sum of RGB (Red+Green+Blue) = 162+71+156=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2479C is #5DB863. Grayscale: #6B6B6B. Windows color (decimal): -6142052 or 10241954. OLE color: 10241954.

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

Color convert

RGB16271156-
CMYK00.560.040.36
HSL303.96º39.06%45.69%-
HSV(B)303.96º56.17%63.53%-
XYZ23.1514.5933.05-
YUV107.9155.15166.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=41.65%
G=18.25%
B=40.10%

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
Decimal1627115600.560.040.36303.9639.0645.69
HexA2479C038424130272e
Octal2421072340704444604756
Binary101000101000111100111000111000100100100100110000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2479C; }

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

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

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

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

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

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

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

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