#A260AD

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

Shades of Violet Blue #A260AD

Tints of Violet Blue #A260AD

Color information

#A260AD (or 0xA260AD) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and AD. RGB value is (162,96,173). Sum of RGB (Red+Green+Blue) = 162+96+173=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #A260AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260AD is #5D9F52. Grayscale: #7C7C7C. Windows color (decimal): -6135635 or 11362466. OLE color: 11362466.

HSL color Cylindrical-coordinate representation of color #A260AD: hue angle of 291.43º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A260AD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16296173-
CMYK0.060.4500.32
HSL291.43º31.95%52.75%-
HSV(B)291.43º44.51%67.84%-
XYZ26.6319.0641.81-
YUV124.51155.37154.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=37.59%
G=22.27%
B=40.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162961730.060.4500.32291.4331.9552.75
HexA260AD62D0201232035
Octal2421402556550404434065
Binary101000101100000101011011101011010100000100100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260AD; }

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

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

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

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

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

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

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

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