#A93ABE

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

Shades of Dark Orchid #A93ABE

Tints of Dark Orchid #A93ABE

Color information

#A93ABE (or 0xA93ABE) is unknown color: approx Dark Orchid. HEX triplet: A9, 3A and BE. RGB value is (169,58,190). Sum of RGB (Red+Green+Blue) = 169+58+190=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A93ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ABE is #56C541. Grayscale: #696969. Windows color (decimal): -5686594 or 12466857. OLE color: 12466857.

HSL color Cylindrical-coordinate representation of color #A93ABE: hue angle of 290.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93ABE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16958190-
CMYK0.110.6900.25
HSL290.45º53.23%48.63%-
HSV(B)290.45º69.47%74.51%-
XYZ27.1715.1850.21-
YUV106.24175.27172.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=40.53%
G=13.91%
B=45.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169581900.110.6900.25290.4553.2348.63
HexA93ABEB450191223531
Octal25172276131050314426561
Binary101010011110101011111010111000101011001100100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93ABE; }

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

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

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

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

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

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

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

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