#A250A0

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

Shades of Violet Blue #A250A0

Tints of Violet Blue #A250A0

Color information

#A250A0 (or 0xA250A0) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and A0. RGB value is (162,80,160). Sum of RGB (Red+Green+Blue) = 162+80+160=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A250A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A250A0 is #5DAF5F. Grayscale: #717171. Windows color (decimal): -6139744 or 10506402. OLE color: 10506402.

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

Color convert

RGB16280160-
CMYK00.510.010.36
HSL301.46º33.88%47.45%-
HSV(B)301.46º50.62%63.53%-
XYZ24.1115.9635.07-
YUV113.64154.17162.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 160 (62.89% from 255) = 39.80%
R=40.30%
G=19.90%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628016000.510.010.36301.4633.8847.45
HexA250A003312412d222f
Octal2421202400631444554257
Binary1010001010100001010000001100111100100100101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250A0; }

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

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

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

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

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

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

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

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