#a619ce

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

Shades of Dark Orchid #A619CE

Tints of Dark Orchid #A619CE

Color information

#A619CE (or 0xA619CE) is unknown color: approx Dark Orchid. HEX triplet: A6, 19 and CE. RGB value is (166,25,206). Sum of RGB (Red+Green+Blue) = 166+25+206=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A619CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619CE is #59E631. Grayscale: #575757. Windows color (decimal): -5891634 or 13506982. OLE color: 13506982.

HSL color Cylindrical-coordinate representation of color #A619CE: hue angle of 286.74º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A619CE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16625206-
CMYK0.190.8800.19
HSL286.74º78.35%45.29%-
HSV(B)286.74º87.86%80.78%-
XYZ27.2113.2659.52-
YUV87.79194.71183.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=41.81%
G=6.30%
B=51.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166252060.190.8800.19286.7478.3545.29
HexA619CE135801311f4e2d
Octal246313162313002343711655
Binary1010011011001110011101001110110000100111000111111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a619ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a619ce; }

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

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

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

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

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

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

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

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