#A93ECD

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

Shades of Dark Orchid #A93ECD

Tints of Dark Orchid #A93ECD

Color information

#A93ECD (or 0xA93ECD) is unknown color: approx Dark Orchid. HEX triplet: A9, 3E and CD. RGB value is (169,62,205). Sum of RGB (Red+Green+Blue) = 169+62+205=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ECD is #56C132. Grayscale: #6D6D6D. Windows color (decimal): -5685555 or 13450921. OLE color: 13450921.

HSL color Cylindrical-coordinate representation of color #A93ECD: hue angle of 284.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93ECD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16962205-
CMYK0.180.7000.20
HSL284.9º58.85%52.35%-
HSV(B)284.9º69.76%80.39%-
XYZ29.116.2959.37-
YUV110.3181.45169.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=38.76%
G=14.22%
B=47.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169622050.180.7000.20284.958.8552.35
HexA93ECD124601411d3b34
Octal25176315221060244357364
Binary1010100111111011001101100101000110010100100011101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93ECD; }

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

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

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

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

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

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

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

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