#A636DE

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

Shades of Dark Orchid #A636DE

Tints of Dark Orchid #A636DE

Color information

#A636DE (or 0xA636DE) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and DE. RGB value is (166,54,222). Sum of RGB (Red+Green+Blue) = 166+54+222=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #A636DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636DE is #59C921. Grayscale: #6A6A6A. Windows color (decimal): -5884194 or 14562982. OLE color: 14562982.

HSL color Cylindrical-coordinate representation of color #A636DE: hue angle of 280º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A636DE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16654222-
CMYK0.250.7600.13
HSL280º71.79%54.12%-
HSV(B)280º75.68%87.06%-
XYZ30.2316.0270.61-
YUV106.64193.11170.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 54 (21.48% from 255) = 12.22%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=37.56%
G=12.22%
B=50.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166542220.250.7600.1328071.7954.12
HexA636DE194C0D1184836
Octal246663363111401543011066
Binary1010011011011011011110110011001100011011000110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636DE; }

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

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

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

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

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

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

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

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