#A84DAD

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

Shades of Violet Blue #A84DAD

Tints of Violet Blue #A84DAD

Color information

#A84DAD (or 0xA84DAD) is unknown color: approx Violet Blue. HEX triplet: A8, 4D and AD. RGB value is (168,77,173). Sum of RGB (Red+Green+Blue) = 168+77+173=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #A84DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84DAD is #57B252. Grayscale: #727272. Windows color (decimal): -5747283 or 11357608. OLE color: 11357608.

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

Color convert

RGB16877173-
CMYK0.030.5500.32
HSL296.88º38.4%49.02%-
HSV(B)296.88º55.49%67.84%-
XYZ26.3516.6541.36-
YUV115.15160.65165.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=40.19%
G=18.42%
B=41.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168771730.030.5500.32296.8838.449.02
HexA84DAD3370201292631
Octal2501152553670404514661
Binary10101000100110110101101111101110100000100101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84DAD; }

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

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

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

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

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

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

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

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