#A855B1

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

Shades of Violet Blue #A855B1

Tints of Violet Blue #A855B1

Color information

#A855B1 (or 0xA855B1) is unknown color: approx Violet Blue. HEX triplet: A8, 55 and B1. RGB value is (168,85,177). Sum of RGB (Red+Green+Blue) = 168+85+177=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #A855B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855B1 is #57AA4E. Grayscale: #787878. Windows color (decimal): -5745231 or 11621800. OLE color: 11621800.

HSL color Cylindrical-coordinate representation of color #A855B1: hue angle of 294.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A855B1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16885177-
CMYK0.050.5200.31
HSL294.13º37.1%51.37%-
HSV(B)294.13º51.98%69.41%-
XYZ27.331843.63-
YUV120.3160162.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=39.07%
G=19.77%
B=41.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168851770.050.5200.31294.1337.151.37
HexA855B153401F1262533
Octal2501252615640374464563
Binary10101000101010110110001101110100011111100100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A855B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A855B1; }

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

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

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

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

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

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

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

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