#A84EB1

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

Shades of Violet Blue #A84EB1

Tints of Violet Blue #A84EB1

Color information

#A84EB1 (or 0xA84EB1) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and B1. RGB value is (168,78,177). Sum of RGB (Red+Green+Blue) = 168+78+177=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #A84EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EB1 is #57B14E. Grayscale: #737373. Windows color (decimal): -5747023 or 11620008. OLE color: 11620008.

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

Color convert

RGB16878177-
CMYK0.050.5600.31
HSL294.55º38.82%50%-
HSV(B)294.55º55.93%69.41%-
XYZ26.8116.9543.45-
YUV116.2162.32164.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=39.72%
G=18.44%
B=41.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168781770.050.5600.31294.5538.8250
HexA84EB153801F1272732
Octal2501162615700374474762
Binary10101000100111010110001101111000011111100100111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EB1; }

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

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

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

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

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

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

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

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