#A93AD8

Color #A93AD8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A93AD8

Tints of Dark Orchid #A93AD8

Color information

#A93AD8 (or 0xA93AD8) is unknown color: approx Dark Orchid. HEX triplet: A9, 3A and D8. RGB value is (169,58,216). Sum of RGB (Red+Green+Blue) = 169+58+216=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #A93AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AD8 is #56C527. Grayscale: #6C6C6C. Windows color (decimal): -5686568 or 14170793. OLE color: 14170793.

HSL color Cylindrical-coordinate representation of color #A93AD8: hue angle of 282.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93AD8 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16958216-
CMYK0.220.7300.15
HSL282.15º66.95%53.73%-
HSV(B)282.15º73.15%84.71%-
XYZ30.2716.4266.54-
YUV109.2188.27170.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 58 (23.05% from 255) = 13.09%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=38.15%
G=13.09%
B=48.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169582160.220.7300.15282.1566.9553.73
HexA93AD816490F11a4336
Octal251723302611101743210366
Binary1010100111101011011000101101001001011111000110101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93AD8; }

 p { color: rgb(169,58,216); }

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

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

 a { background-color: rgb(169,58,216); }

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

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

 span { border-color: rgb(169,58,216); }

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