#A2508D

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

Shades of Violet Blue #A2508D

Tints of Violet Blue #A2508D

Color information

#A2508D (or 0xA2508D) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 8D. RGB value is (162,80,141). Sum of RGB (Red+Green+Blue) = 162+80+141=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2508D is #5DAF72. Grayscale: #6F6F6F. Windows color (decimal): -6139763 or 9261218. OLE color: 9261218.

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

Color convert

RGB16280141-
CMYK00.510.130.36
HSL315.37º33.88%47.45%-
HSV(B)315.37º50.62%63.53%-
XYZ22.5815.3426.97-
YUV111.47144.67164.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=42.30%
G=20.89%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628014100.510.130.36315.3733.8847.45
HexA2508D033D2413b222f
Octal24212021506315444734257
Binary1010001010100001000110101100111101100100100111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2508D; }

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

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

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

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

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

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

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

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