#A855AA

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

Shades of Violet Blue #A855AA

Tints of Violet Blue #A855AA

Color information

#A855AA (or 0xA855AA) is unknown color: approx Violet Blue. HEX triplet: A8, 55 and AA. RGB value is (168,85,170). Sum of RGB (Red+Green+Blue) = 168+85+170=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A855AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AA is #57AA55. Grayscale: #777777. Windows color (decimal): -5745238 or 11163048. OLE color: 11163048.

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

Color convert

RGB16885170-
CMYK0.010.5000.33
HSL298.59º33.33%50%-
HSV(B)298.59º50%66.67%-
XYZ26.6517.7240.05-
YUV119.51156.5162.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=39.72%
G=20.09%
B=40.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168851700.010.5000.33298.5933.3350
HexA855AA13202112b2132
Octal2501252521620414534162
Binary1010100010101011010101011100100100001100101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A855AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A855AA; }

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

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

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

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

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

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

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

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