#A2508E

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

Shades of Violet Blue #A2508E

Tints of Violet Blue #A2508E

Color information

#A2508E (or 0xA2508E) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 8E. RGB value is (162,80,142). Sum of RGB (Red+Green+Blue) = 162+80+142=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2508E is #5DAF71. Grayscale: #6F6F6F. Windows color (decimal): -6139762 or 9326754. OLE color: 9326754.

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

Color convert

RGB16280142-
CMYK00.510.120.36
HSL314.63º33.88%47.45%-
HSV(B)314.63º50.62%63.53%-
XYZ22.6515.3727.36-
YUV111.59145.17163.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=42.19%
G=20.83%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628014200.510.120.36314.6333.8847.45
HexA2508E033C2413b222f
Octal24212021606314444734257
Binary1010001010100001000111001100111100100100100111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2508E; }

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

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

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

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

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

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

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

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