#A93CC6

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

Shades of Dark Orchid #A93CC6

Tints of Dark Orchid #A93CC6

Color information

#A93CC6 (or 0xA93CC6) is unknown color: approx Dark Orchid. HEX triplet: A9, 3C and C6. RGB value is (169,60,198). Sum of RGB (Red+Green+Blue) = 169+60+198=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #A93CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CC6 is #56C339. Grayscale: #6B6B6B. Windows color (decimal): -5686074 or 12991657. OLE color: 12991657.

HSL color Cylindrical-coordinate representation of color #A93CC6: hue angle of 287.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93CC6 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16960198-
CMYK0.150.7000.22
HSL287.39º54.76%50.59%-
HSV(B)287.39º69.7%77.65%-
XYZ28.1715.7454.98-
YUV108.32178.61171.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=39.58%
G=14.05%
B=46.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169601980.150.7000.22287.3954.7650.59
HexA93CC6F4601611f3733
Octal25174306171060264376763
Binary101010011111001100011011111000110010110100011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93CC6; }

 p { color: rgb(169,60,198); }

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

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

 a { background-color: rgb(169,60,198); }

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

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

 span { border-color: rgb(169,60,198); }

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