#A861AA

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

Shades of Violet Blue #A861AA

Tints of Violet Blue #A861AA

Color information

#A861AA (or 0xA861AA) is unknown color: approx Violet Blue. HEX triplet: A8, 61 and AA. RGB value is (168,97,170). Sum of RGB (Red+Green+Blue) = 168+97+170=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A861AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A861AA is #579E55. Grayscale: #7E7E7E. Windows color (decimal): -5742166 or 11166120. OLE color: 11166120.

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

Color convert

RGB16897170-
CMYK0.010.4300.33
HSL298.36º30.04%52.35%-
HSV(B)298.36º42.94%66.67%-
XYZ27.6819.7840.39-
YUV126.55152.52157.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=38.62%
G=22.30%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168971700.010.4300.33298.3630.0452.35
HexA861AA12B02112a1e34
Octal2501412521530414523664
Binary101010001100001101010101101011010000110010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861AA; }

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

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

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

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

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

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

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

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