#A94DAD

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

Shades of Violet Blue #A94DAD

Tints of Violet Blue #A94DAD

Color information

#A94DAD (or 0xA94DAD) is unknown color: approx Violet Blue. HEX triplet: A9, 4D and AD. RGB value is (169,77,173). Sum of RGB (Red+Green+Blue) = 169+77+173=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #A94DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94DAD is #56B252. Grayscale: #737373. Windows color (decimal): -5681747 or 11357609. OLE color: 11357609.

HSL color Cylindrical-coordinate representation of color #A94DAD: hue angle of 297.5º 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 #A94DAD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16977173-
CMYK0.020.5500.32
HSL297.5º38.4%49.02%-
HSV(B)297.5º55.49%67.84%-
XYZ26.5616.7641.37-
YUV115.45160.48166.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=40.33%
G=18.38%
B=41.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169771730.020.5500.32297.538.449.02
HexA94DAD23702012a2631
Octal2511152552670404524661
Binary10101001100110110101101101101110100000100101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94DAD; }

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

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

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

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

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

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

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

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