#A84EB0

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

Shades of Violet Blue #A84EB0

Tints of Violet Blue #A84EB0

Color information

#A84EB0 (or 0xA84EB0) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and B0. RGB value is (168,78,176). Sum of RGB (Red+Green+Blue) = 168+78+176=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #A84EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EB0 is #57B14F. Grayscale: #737373. Windows color (decimal): -5747024 or 11554472. OLE color: 11554472.

HSL color Cylindrical-coordinate representation of color #A84EB0: hue angle of 295.1º 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 #A84EB0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16878176-
CMYK0.050.5600.31
HSL295.1º38.58%49.8%-
HSV(B)295.1º55.68%69.02%-
XYZ26.7116.9142.93-
YUV116.08161.82165.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=39.81%
G=18.48%
B=41.71%

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
Decimal168781760.050.5600.31295.138.5849.8
HexA84EB053801F1272732
Octal2501162605700374474762
Binary10101000100111010110000101111000011111100100111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EB0; }

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

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

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

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

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

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

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

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