#A93FEC

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

Shades of Dark Orchid #A93FEC

Tints of Dark Orchid #A93FEC

Color information

#A93FEC (or 0xA93FEC) is unknown color: approx Dark Orchid. HEX triplet: A9, 3F and EC. RGB value is (169,63,236). Sum of RGB (Red+Green+Blue) = 169+63+236=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A93FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FEC is #56C013. Grayscale: #717171. Windows color (decimal): -5685268 or 15482793. OLE color: 15482793.

HSL color Cylindrical-coordinate representation of color #A93FEC: hue angle of 276.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93FEC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16963236-
CMYK0.280.7300.07
HSL276.76º81.99%58.63%-
HSV(B)276.76º73.31%92.55%-
XYZ33.2818.0581.09-
YUV114.42196.62166.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 63 (25% from 255) = 13.46%
BLUE value IS 236 (92.58% from 255) = 50.43%
R=36.11%
G=13.46%
B=50.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169632360.280.7300.07276.7681.9958.63
HexA93FEC1C4907115523b
Octal25177354341110742512273
Binary101010011111111110110011100100100101111000101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93FEC; }

 p { color: rgb(169,63,236); }

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

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

 a { background-color: rgb(169,63,236); }

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

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

 span { border-color: rgb(169,63,236); }

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