#A2469C

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

Shades of Violet Blue #A2469C

Tints of Violet Blue #A2469C

Color information

#A2469C (or 0xA2469C) is unknown color: approx Violet Blue. HEX triplet: A2, 46 and 9C. RGB value is (162,70,156). Sum of RGB (Red+Green+Blue) = 162+70+156=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2469C is #5DB963. Grayscale: #6B6B6B. Windows color (decimal): -6142308 or 10241698. OLE color: 10241698.

HSL color Cylindrical-coordinate representation of color #A2469C: hue angle of 303.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2469C is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16270156-
CMYK00.570.040.36
HSL303.91º39.66%45.49%-
HSV(B)303.91º56.79%63.53%-
XYZ23.0914.4633.03-
YUV107.31155.48167.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=41.75%
G=18.04%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627015600.570.040.36303.9139.6645.49
HexA2469C039424130282d
Octal2421062340714444605055
Binary101000101000110100111000111001100100100100110000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2469C; }

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

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

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

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

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

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

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

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