#A636E6

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

Shades of Dark Orchid #A636E6

Tints of Dark Orchid #A636E6

Color information

#A636E6 (or 0xA636E6) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and E6. RGB value is (166,54,230). Sum of RGB (Red+Green+Blue) = 166+54+230=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #A636E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A636E6 is #59C919. Grayscale: #6A6A6A. Windows color (decimal): -5884186 or 15087270. OLE color: 15087270.

HSL color Cylindrical-coordinate representation of color #A636E6: hue angle of 278.18º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A636E6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16654230-
CMYK0.280.7700.10
HSL278.18º77.88%55.69%-
HSV(B)278.18º76.52%90.2%-
XYZ31.3316.4676.39-
YUV107.55197.11169.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 54 (21.48% from 255) = 12%
BLUE value IS 230 (90.23% from 255) = 51.11%
R=36.89%
G=12%
B=51.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166542300.280.7700.10278.1877.8855.69
HexA636E61C4D0A1164e38
Octal246663463411501242611670
Binary1010011011011011100110111001001101010101000101101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636E6; }

 p { color: rgb(166,54,230); }

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

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

 a { background-color: rgb(166,54,230); }

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

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

 span { border-color: rgb(166,54,230); }

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