#A84EA7

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

Shades of Violet Blue #A84EA7

Tints of Violet Blue #A84EA7

Color information

#A84EA7 (or 0xA84EA7) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and A7. RGB value is (168,78,167). Sum of RGB (Red+Green+Blue) = 168+78+167=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A84EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EA7 is #57B158. Grayscale: #727272. Windows color (decimal): -5747033 or 10964648. OLE color: 10964648.

HSL color Cylindrical-coordinate representation of color #A84EA7: hue angle of 300.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84EA7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16878167-
CMYK00.540.010.34
HSL300.67º36.59%48.24%-
HSV(B)300.67º53.57%65.88%-
XYZ25.8516.5638.39-
YUV115.06157.32165.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=40.68%
G=18.89%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687816700.540.010.34300.6736.5948.24
HexA84EA703612212d2530
Octal2501162470661424554560
Binary1010100010011101010011101101101100010100101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EA7; }

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

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

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

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

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

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

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

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