#A636E4

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

Shades of Dark Orchid #A636E4

Tints of Dark Orchid #A636E4

Color information

#A636E4 (or 0xA636E4) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and E4. RGB value is (166,54,228). Sum of RGB (Red+Green+Blue) = 166+54+228=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #A636E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636E4 is #59C91B. Grayscale: #6A6A6A. Windows color (decimal): -5884188 or 14956198. OLE color: 14956198.

HSL color Cylindrical-coordinate representation of color #A636E4: hue angle of 278.62º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A636E4 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16654228-
CMYK0.270.7600.11
HSL278.62º76.32%55.29%-
HSV(B)278.62º76.32%89.41%-
XYZ31.0516.3574.92-
YUV107.32196.11169.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 54 (21.48% from 255) = 12.05%
BLUE value IS 228 (89.45% from 255) = 50.89%
R=37.05%
G=12.05%
B=50.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166542280.270.7600.11278.6276.3255.29
HexA636E41B4C0B1174c37
Octal246663443311401342711467
Binary1010011011011011100100110111001100010111000101111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636E4; }

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

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

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

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

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

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

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

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