#A84FAD

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

Shades of Violet Blue #A84FAD

Tints of Violet Blue #A84FAD

Color information

#A84FAD (or 0xA84FAD) is unknown color: approx Violet Blue. HEX triplet: A8, 4F and AD. RGB value is (168,79,173). Sum of RGB (Red+Green+Blue) = 168+79+173=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #A84FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84FAD is #57B052. Grayscale: #747474. Windows color (decimal): -5746771 or 11358120. OLE color: 11358120.

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

Color convert

RGB16879173-
CMYK0.030.5400.32
HSL296.81º37.3%49.41%-
HSV(B)296.81º54.34%67.84%-
XYZ26.4916.9341.41-
YUV116.33159.99164.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=40%
G=18.81%
B=41.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168791730.030.5400.32296.8137.349.41
HexA84FAD3360201292531
Octal2501172553660404514561
Binary10101000100111110101101111101100100000100101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FAD; }

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

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

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

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

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

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

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

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