#A93DAD

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

Shades of Violet Blue #A93DAD

Tints of Violet Blue #A93DAD

Color information

#A93DAD (or 0xA93DAD) is unknown color: approx Violet Blue. HEX triplet: A9, 3D and AD. RGB value is (169,61,173). Sum of RGB (Red+Green+Blue) = 169+61+173=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A93DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93DAD is #56C252. Grayscale: #696969. Windows color (decimal): -5685843 or 11353513. OLE color: 11353513.

HSL color Cylindrical-coordinate representation of color #A93DAD: hue angle of 297.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93DAD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16961173-
CMYK0.020.6500.32
HSL297.86º47.86%45.88%-
HSV(B)297.86º64.74%67.84%-
XYZ25.5714.7941.04-
YUV106.06165.78172.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=41.94%
G=15.14%
B=42.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169611730.020.6500.32297.8647.8645.88
HexA93DAD24102012a302e
Octal2517525521010404526056
Binary10101001111101101011011010000010100000100101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93DAD; }

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

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

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

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

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

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

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

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