#A61ED2

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

Shades of Dark Orchid #A61ED2

Tints of Dark Orchid #A61ED2

Color information

#A61ED2 (or 0xA61ED2) is unknown color: approx Dark Orchid. HEX triplet: A6, 1E and D2. RGB value is (166,30,210). Sum of RGB (Red+Green+Blue) = 166+30+210=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #A61ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ED2 is #59E12D. Grayscale: #5A5A5A. Windows color (decimal): -5890350 or 13770406. OLE color: 13770406.

HSL color Cylindrical-coordinate representation of color #A61ED2: hue angle of 285.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61ED2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16630210-
CMYK0.210.8600.18
HSL285.33º75%47.06%-
HSV(B)285.33º85.71%82.35%-
XYZ27.8213.6962.15-
YUV91.18195.06181.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 210 (82.42% from 255) = 51.72%
R=40.89%
G=7.39%
B=51.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166302100.210.8600.18285.337547.06
HexA61ED2155601211d4b2f
Octal246363222512602243511357
Binary1010011011110110100101010110101100100101000111011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61ED2; }

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

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

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

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

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

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

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

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