#A93AE7

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

Shades of Dark Orchid #A93AE7

Tints of Dark Orchid #A93AE7

Color information

#A93AE7 (or 0xA93AE7) is unknown color: approx Dark Orchid. HEX triplet: A9, 3A and E7. RGB value is (169,58,231). Sum of RGB (Red+Green+Blue) = 169+58+231=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #A93AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93AE7 is #56C518. Grayscale: #6E6E6E. Windows color (decimal): -5686553 or 15153833. OLE color: 15153833.

HSL color Cylindrical-coordinate representation of color #A93AE7: hue angle of 278.5º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93AE7 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16958231-
CMYK0.270.7500.09
HSL278.5º78.28%56.67%-
HSV(B)278.5º74.89%90.59%-
XYZ32.317.2377.22-
YUV110.91195.77169.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 231 (90.62% from 255) = 50.44%
R=36.90%
G=12.66%
B=50.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal169582310.270.7500.09278.578.2856.67
HexA93AE71B4B091164e39
Octal251723473311301142611671
Binary1010100111101011100111110111001011010011000101101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93AE7; }

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

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

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

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

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

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

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

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