#A628AE

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

Shades of Dark Orchid #A628AE

Tints of Dark Orchid #A628AE

Color information

#A628AE (or 0xA628AE) is unknown color: approx Dark Orchid. HEX triplet: A6, 28 and AE. RGB value is (166,40,174). Sum of RGB (Red+Green+Blue) = 166+40+174=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #A628AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628AE is #59D751. Grayscale: #5C5C5C. Windows color (decimal): -5887826 or 11413670. OLE color: 11413670.

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

Color convert

RGB16640174-
CMYK0.050.7700.32
HSL296.42º62.62%41.96%-
HSV(B)296.42º77.01%68.24%-
XYZ24.1212.6841.22-
YUV92.95173.74180.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=43.68%
G=10.53%
B=45.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166401740.050.7700.32296.4262.6241.96
HexA628AE54D0201283f2a
Octal2465025651150404507752
Binary101001101010001010111010110011010100000100101000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A628AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A628AE; }

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

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

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

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

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

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

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

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