#A93CDC

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

Shades of Dark Orchid #A93CDC

Tints of Dark Orchid #A93CDC

Color information

#A93CDC (or 0xA93CDC) is unknown color: approx Dark Orchid. HEX triplet: A9, 3C and DC. RGB value is (169,60,220). Sum of RGB (Red+Green+Blue) = 169+60+220=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A93CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CDC is #56C323. Grayscale: #6E6E6E. Windows color (decimal): -5686052 or 14433449. OLE color: 14433449.

HSL color Cylindrical-coordinate representation of color #A93CDC: hue angle of 280.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93CDC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16960220-
CMYK0.230.7300.14
HSL280.88º69.57%54.9%-
HSV(B)280.88º72.73%86.27%-
XYZ30.916.8369.33-
YUV110.83189.61169.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 220 (86.33% from 255) = 49.00%
R=37.64%
G=13.36%
B=49.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169602200.230.7300.14280.8869.5754.9
HexA93CDC17490E1194637
Octal251743342711101643110667
Binary1010100111110011011100101111001001011101000110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93CDC; }

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

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

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

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

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

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

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

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