#A623AE

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

Shades of Dark Orchid #A623AE

Tints of Dark Orchid #A623AE

Color information

#A623AE (or 0xA623AE) is unknown color: approx Dark Orchid. HEX triplet: A6, 23 and AE. RGB value is (166,35,174). Sum of RGB (Red+Green+Blue) = 166+35+174=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #A623AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AE is #59DC51. Grayscale: #595959. Windows color (decimal): -5889106 or 11412390. OLE color: 11412390.

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

Color convert

RGB16635174-
CMYK0.050.8000.32
HSL296.55º66.51%40.98%-
HSV(B)296.55º79.89%68.24%-
XYZ23.9712.3741.17-
YUV90.02175.4182.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 35 (14.06% from 255) = 9.33%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=44.27%
G=9.33%
B=46.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166351740.050.8000.32296.5566.5140.98
HexA623AE5500201294329
Octal24643256512004045110351
Binary1010011010001110101110101101000001000001001010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A623AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A623AE; }

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

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

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

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

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

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

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

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