#A93EDD

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

Shades of Dark Orchid #A93EDD

Tints of Dark Orchid #A93EDD

Color information

#A93EDD (or 0xA93EDD) is unknown color: approx Dark Orchid. HEX triplet: A9, 3E and DD. RGB value is (169,62,221). Sum of RGB (Red+Green+Blue) = 169+62+221=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A93EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EDD is #56C122. Grayscale: #6F6F6F. Windows color (decimal): -5685539 or 14499497. OLE color: 14499497.

HSL color Cylindrical-coordinate representation of color #A93EDD: hue angle of 280.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93EDD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16962221-
CMYK0.240.7200.13
HSL280.38º70.04%55.49%-
HSV(B)280.38º71.95%86.67%-
XYZ31.1417.170.07-
YUV112.12189.45168.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 62 (24.61% from 255) = 13.72%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=37.39%
G=13.72%
B=48.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169622210.240.7200.13280.3870.0455.49
HexA93EDD18480D1184637
Octal251763353011001543010667
Binary1010100111111011011101110001001000011011000110001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93EDD; }

 p { color: rgb(169,62,221); }

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

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

 a { background-color: rgb(169,62,221); }

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

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

 span { border-color: rgb(169,62,221); }

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