#A260AA

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

Shades of Violet Blue #A260AA

Tints of Violet Blue #A260AA

Color information

#A260AA (or 0xA260AA) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and AA. RGB value is (162,96,170). Sum of RGB (Red+Green+Blue) = 162+96+170=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A260AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260AA is #5D9F55. Grayscale: #7B7B7B. Windows color (decimal): -6135638 or 11165858. OLE color: 11165858.

HSL color Cylindrical-coordinate representation of color #A260AA: hue angle of 293.51º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A260AA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16296170-
CMYK0.050.4400.33
HSL293.51º30.33%52.16%-
HSV(B)293.51º43.53%66.67%-
XYZ26.3418.9540.3-
YUV124.17153.87154.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=37.85%
G=22.43%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162961700.050.4400.33293.5130.3352.16
HexA260AA52C0211261e34
Octal2421402525540414463664
Binary10100010110000010101010101101100010000110010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260AA; }

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

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

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

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

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

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

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

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