#A84FAA

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

Shades of Violet Blue #A84FAA

Tints of Violet Blue #A84FAA

Color information

#A84FAA (or 0xA84FAA) is unknown color: approx Violet Blue. HEX triplet: A8, 4F and AA. RGB value is (168,79,170). Sum of RGB (Red+Green+Blue) = 168+79+170=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A84FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84FAA is #57B055. Grayscale: #737373. Windows color (decimal): -5746774 or 11161512. OLE color: 11161512.

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

Color convert

RGB16879170-
CMYK0.010.5400.33
HSL298.68º36.55%48.82%-
HSV(B)298.68º53.53%66.67%-
XYZ26.216.8239.9-
YUV115.98158.49165.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=40.29%
G=18.94%
B=40.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168791700.010.5400.33298.6836.5548.82
HexA84FAA13602112b2531
Octal2501172521660414534561
Binary1010100010011111010101011101100100001100101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FAA; }

 p { color: rgb(168,79,170); }

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

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

 a { background-color: rgb(168,79,170); }

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

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

 span { border-color: rgb(168,79,170); }

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