#A629CE

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

Shades of Dark Orchid #A629CE

Tints of Dark Orchid #A629CE

Color information

#A629CE (or 0xA629CE) is unknown color: approx Dark Orchid. HEX triplet: A6, 29 and CE. RGB value is (166,41,206). Sum of RGB (Red+Green+Blue) = 166+41+206=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #A629CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629CE is #59D631. Grayscale: #606060. Windows color (decimal): -5887538 or 13511078. OLE color: 13511078.

HSL color Cylindrical-coordinate representation of color #A629CE: hue angle of 285.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A629CE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16641206-
CMYK0.190.8000.19
HSL285.45º66.8%48.43%-
HSV(B)285.45º80.1%80.78%-
XYZ27.6614.1559.67-
YUV97.18189.41177.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 41 (16.41% from 255) = 9.93%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=40.19%
G=9.93%
B=49.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166412060.190.8000.19285.4566.848.43
HexA629CE135001311d4330
Octal246513162312002343510360
Binary10100110101001110011101001110100000100111000111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A629CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A629CE; }

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

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

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

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

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

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

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

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