#A61DBE

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

Shades of Dark Orchid #A61DBE

Tints of Dark Orchid #A61DBE

Color information

#A61DBE (or 0xA61DBE) is unknown color: approx Dark Orchid. HEX triplet: A6, 1D and BE. RGB value is (166,29,190). Sum of RGB (Red+Green+Blue) = 166+29+190=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A61DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DBE is #59E241. Grayscale: #575757. Windows color (decimal): -5890626 or 12459430. OLE color: 12459430.

HSL color Cylindrical-coordinate representation of color #A61DBE: hue angle of 291.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61DBE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16629190-
CMYK0.130.8500.25
HSL291.06º73.52%42.94%-
HSV(B)291.06º84.74%74.51%-
XYZ25.4612.749.83-
YUV88.32185.39183.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=43.12%
G=7.53%
B=49.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166291900.130.8500.25291.0673.5242.94
HexA61DBED550191234a2b
Octal246352761512503144311253
Binary101001101110110111110110110101010110011001000111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61DBE; }

 p { color: rgb(166,29,190); }

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

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

 a { background-color: rgb(166,29,190); }

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

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

 span { border-color: rgb(166,29,190); }

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