#A2509A

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

Shades of Violet Blue #A2509A

Tints of Violet Blue #A2509A

Color information

#A2509A (or 0xA2509A) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 9A. RGB value is (162,80,154). Sum of RGB (Red+Green+Blue) = 162+80+154=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A2509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2509A is #5DAF65. Grayscale: #707070. Windows color (decimal): -6139750 or 10113186. OLE color: 10113186.

HSL color Cylindrical-coordinate representation of color #A2509A: hue angle of 305.85º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2509A is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16280154-
CMYK00.510.050.36
HSL305.85º33.88%47.45%-
HSV(B)305.85º50.62%63.53%-
XYZ23.615.7532.37-
YUV112.95151.17162.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=40.91%
G=20.20%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628015400.510.050.36305.8533.8847.45
HexA2509A033524132222f
Octal2421202320635444624257
Binary101000101010000100110100110011101100100100110010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2509A; }

 p { color: rgb(162,80,154); }

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

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

 a { background-color: rgb(162,80,154); }

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

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

 span { border-color: rgb(162,80,154); }

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