#A855AC

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

Shades of Violet Blue #A855AC

Tints of Violet Blue #A855AC

Color information

#A855AC (or 0xA855AC) is unknown color: approx Violet Blue. HEX triplet: A8, 55 and AC. RGB value is (168,85,172). Sum of RGB (Red+Green+Blue) = 168+85+172=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A855AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AC is #57AA53. Grayscale: #777777. Windows color (decimal): -5745236 or 11294120. OLE color: 11294120.

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

Color convert

RGB16885172-
CMYK0.020.5100.33
HSL297.24º34.39%50.39%-
HSV(B)297.24º50.58%67.45%-
XYZ26.8417.841.05-
YUV119.74157.5162.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=39.53%
G=20%
B=40.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168851720.020.5100.33297.2434.3950.39
HexA855AC2330211292232
Octal2501252542630414514262
Binary10101000101010110101100101100110100001100101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A855AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A855AC; }

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

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

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

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

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

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

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

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