#A861AD

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

Shades of Violet Blue #A861AD

Tints of Violet Blue #A861AD

Color information

#A861AD (or 0xA861AD) is unknown color: approx Violet Blue. HEX triplet: A8, 61 and AD. RGB value is (168,97,173). Sum of RGB (Red+Green+Blue) = 168+97+173=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A861AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A861AD is #579E52. Grayscale: #7E7E7E. Windows color (decimal): -5742163 or 11362728. OLE color: 11362728.

HSL color Cylindrical-coordinate representation of color #A861AD: hue angle of 296.05º 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 #A861AD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16897173-
CMYK0.030.4400.32
HSL296.05º31.67%52.94%-
HSV(B)296.05º43.93%67.84%-
XYZ27.9719.8941.9-
YUV126.89154.02157.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=38.36%
G=22.15%
B=39.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168971730.030.4400.32296.0531.6752.94
HexA861AD32C0201282035
Octal2501412553540404504065
Binary10101000110000110101101111011000100000100101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861AD; }

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

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

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

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

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

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

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

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