#A260AB

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

Shades of Violet Blue #A260AB

Tints of Violet Blue #A260AB

Color information

#A260AB (or 0xA260AB) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and AB. RGB value is (162,96,171). Sum of RGB (Red+Green+Blue) = 162+96+171=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A260AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260AB is #5D9F54. Grayscale: #7C7C7C. Windows color (decimal): -6135637 or 11231394. OLE color: 11231394.

HSL color Cylindrical-coordinate representation of color #A260AB: hue angle of 292.8º degrees, saturation: 0.31, 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 #A260AB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16296171-
CMYK0.050.4400.33
HSL292.8º30.86%52.35%-
HSV(B)292.8º43.86%67.06%-
XYZ26.4318.9940.8-
YUV124.28154.37154.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=37.76%
G=22.38%
B=39.86%

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
Decimal162961710.050.4400.33292.830.8652.35
HexA260AB52C0211251f34
Octal2421402535540414453764
Binary10100010110000010101011101101100010000110010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260AB; }

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

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

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

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

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

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

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

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