#A61EDD

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

Shades of Dark Orchid #A61EDD

Tints of Dark Orchid #A61EDD

Color information

#A61EDD (or 0xA61EDD) is unknown color: approx Dark Orchid. HEX triplet: A6, 1E and DD. RGB value is (166,30,221). Sum of RGB (Red+Green+Blue) = 166+30+221=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A61EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EDD is #59E122. Grayscale: #5B5B5B. Windows color (decimal): -5890339 or 14491302. OLE color: 14491302.

HSL color Cylindrical-coordinate representation of color #A61EDD: hue angle of 282.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61EDD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16630221-
CMYK0.250.8600.13
HSL282.72º76.1%49.22%-
HSV(B)282.72º86.43%86.67%-
XYZ29.2414.2669.62-
YUV92.44200.56180.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 30 (12.11% from 255) = 7.19%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=39.81%
G=7.19%
B=53.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166302210.250.8600.13282.7276.149.22
HexA61EDD19560D11b4c31
Octal246363353112601543311461
Binary101001101111011011101110011010110011011000110111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61EDD; }

 p { color: rgb(166,30,221); }

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

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

 a { background-color: rgb(166,30,221); }

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

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

 span { border-color: rgb(166,30,221); }

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