#A84BAE

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

Shades of Violet Blue #A84BAE

Tints of Violet Blue #A84BAE

Color information

#A84BAE (or 0xA84BAE) is unknown color: approx Violet Blue. HEX triplet: A8, 4B and AE. RGB value is (168,75,174). Sum of RGB (Red+Green+Blue) = 168+75+174=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A84BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84BAE is #57B451. Grayscale: #717171. Windows color (decimal): -5747794 or 11422632. OLE color: 11422632.

HSL color Cylindrical-coordinate representation of color #A84BAE: hue angle of 296.36º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84BAE is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16875174-
CMYK0.030.5700.32
HSL296.36º39.76%48.82%-
HSV(B)296.36º56.9%68.24%-
XYZ26.316.4141.83-
YUV114.09161.81166.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=40.29%
G=17.99%
B=41.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168751740.030.5700.32296.3639.7648.82
HexA84BAE3390201282831
Octal2501132563710404505061
Binary10101000100101110101110111110010100000100101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BAE; }

 p { color: rgb(168,75,174); }

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

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

 a { background-color: rgb(168,75,174); }

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

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

 span { border-color: rgb(168,75,174); }

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