#A261AD

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

Shades of Violet Blue #A261AD

Tints of Violet Blue #A261AD

Color information

#A261AD (or 0xA261AD) is unknown color: approx Violet Blue. HEX triplet: A2, 61 and AD. RGB value is (162,97,173). Sum of RGB (Red+Green+Blue) = 162+97+173=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A261AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A261AD is #5D9E52. Grayscale: #7C7C7C. Windows color (decimal): -6135379 or 11362722. OLE color: 11362722.

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

Color convert

RGB16297173-
CMYK0.060.4400.32
HSL291.32º31.67%52.94%-
HSV(B)291.32º43.93%67.84%-
XYZ26.7219.2541.84-
YUV125.1155.03154.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=37.5%
G=22.45%
B=40.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162971730.060.4400.32291.3231.6752.94
HexA261AD62C0201232035
Octal2421412556540404434065
Binary101000101100001101011011101011000100000100100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261AD; }

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

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

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

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

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

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

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

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