#A260A0

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

Shades of Violet Blue #A260A0

Tints of Violet Blue #A260A0

Color information

#A260A0 (or 0xA260A0) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and A0. RGB value is (162,96,160). Sum of RGB (Red+Green+Blue) = 162+96+160=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A260A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260A0 is #5D9F5F. Grayscale: #7A7A7A. Windows color (decimal): -6135648 or 10510498. OLE color: 10510498.

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

Color convert

RGB16296160-
CMYK00.410.010.36
HSL301.82º26.19%50.59%-
HSV(B)301.82º40.74%63.53%-
XYZ25.4318.5935.5-
YUV123.03148.87155.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=38.76%
G=22.97%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629616000.410.010.36301.8226.1950.59
HexA260A002912412e1a33
Octal2421402400511444563263
Binary101000101100000101000000101001110010010010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260A0; }

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

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

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

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

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

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

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

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