#A619C0

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

Shades of Dark Orchid #A619C0

Tints of Dark Orchid #A619C0

Color information

#A619C0 (or 0xA619C0) is unknown color: approx Dark Orchid. HEX triplet: A6, 19 and C0. RGB value is (166,25,192). Sum of RGB (Red+Green+Blue) = 166+25+192=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #A619C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619C0 is #59E63F. Grayscale: #555555. Windows color (decimal): -5891648 or 12589478. OLE color: 12589478.

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

Color convert

RGB16625192-
CMYK0.140.8700.25
HSL290.66º76.96%42.55%-
HSV(B)290.66º86.98%75.29%-
XYZ25.5912.6150.95-
YUV86.2187.71184.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=43.34%
G=6.53%
B=50.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166251920.140.8700.25290.6676.9642.55
HexA619C0E570191234d2b
Octal246313001612703144311553
Binary101001101100111000000111010101110110011001000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A619C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A619C0; }

 p { color: rgb(166,25,192); }

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

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

 a { background-color: rgb(166,25,192); }

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

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

 span { border-color: rgb(166,25,192); }

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