#A93AC7

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

Shades of Dark Orchid #A93AC7

Tints of Dark Orchid #A93AC7

Color information

#A93AC7 (or 0xA93AC7) is unknown color: approx Dark Orchid. HEX triplet: A9, 3A and C7. RGB value is (169,58,199). Sum of RGB (Red+Green+Blue) = 169+58+199=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #A93AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AC7 is #56C538. Grayscale: #6A6A6A. Windows color (decimal): -5686585 or 13056681. OLE color: 13056681.

HSL color Cylindrical-coordinate representation of color #A93AC7: hue angle of 287.23º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93AC7 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16958199-
CMYK0.150.7100.22
HSL287.23º55.73%50.39%-
HSV(B)287.23º70.85%78.04%-
XYZ28.1815.5855.56-
YUV107.26179.77172.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 58 (23.05% from 255) = 13.62%
BLUE value IS 199 (78.12% from 255) = 46.71%
R=39.67%
G=13.62%
B=46.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169581990.150.7100.22287.2355.7350.39
HexA93AC7F4701611f3832
Octal25172307171070264377062
Binary101010011110101100011111111000111010110100011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93AC7; }

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

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

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

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

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

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

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

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