#A93DD9

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

Shades of Dark Orchid #A93DD9

Tints of Dark Orchid #A93DD9

Color information

#A93DD9 (or 0xA93DD9) is unknown color: approx Dark Orchid. HEX triplet: A9, 3D and D9. RGB value is (169,61,217). Sum of RGB (Red+Green+Blue) = 169+61+217=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #A93DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DD9 is #56C226. Grayscale: #6E6E6E. Windows color (decimal): -5685799 or 14237097. OLE color: 14237097.

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

Color convert

RGB16961217-
CMYK0.220.7200.15
HSL281.54º67.24%54.51%-
HSV(B)281.54º71.89%85.1%-
XYZ30.5616.7867.27-
YUV111.08187.78169.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 61 (24.22% from 255) = 13.65%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=37.81%
G=13.65%
B=48.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169612170.220.7200.15281.5467.2454.51
HexA93DD916480F11a4337
Octal251753312611001743210367
Binary1010100111110111011001101101001000011111000110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93DD9; }

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

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

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

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

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

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

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

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