#A638AE

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

Shades of Dark Orchid #A638AE

Tints of Dark Orchid #A638AE

Color information

#A638AE (or 0xA638AE) is unknown color: approx Dark Orchid. HEX triplet: A6, 38 and AE. RGB value is (166,56,174). Sum of RGB (Red+Green+Blue) = 166+56+174=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #A638AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638AE is #59C751. Grayscale: #656565. Windows color (decimal): -5883730 or 11417766. OLE color: 11417766.

HSL color Cylindrical-coordinate representation of color #A638AE: hue angle of 295.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A638AE is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16656174-
CMYK0.050.6800.32
HSL295.93º51.3%45.1%-
HSV(B)295.93º67.82%68.24%-
XYZ24.7813.9941.44-
YUV102.34168.44173.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 56 (22.27% from 255) = 14.14%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=41.92%
G=14.14%
B=43.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166561740.050.6800.32295.9351.345.1
HexA638AE544020128332d
Octal2467025651040404506355
Binary101001101110001010111010110001000100000100101000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A638AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A638AE; }

 p { color: rgb(166,56,174); }

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

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

 a { background-color: rgb(166,56,174); }

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

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

 span { border-color: rgb(166,56,174); }

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