#A023AE

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

Shades of Dark Orchid #A023AE

Tints of Dark Orchid #A023AE

Color information

#A023AE (or 0xA023AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 23 and AE. RGB value is (160,35,174). Sum of RGB (Red+Green+Blue) = 160+35+174=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #A023AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A023AE is #5FDC51. Grayscale: #575757. Windows color (decimal): -6282322 or 11412384. OLE color: 11412384.

HSL color Cylindrical-coordinate representation of color #A023AE: hue angle of 293.96º 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 #A023AE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16035174-
CMYK0.080.8000.32
HSL293.96º66.51%40.98%-
HSV(B)293.96º79.89%68.24%-
XYZ22.7411.7341.11-
YUV88.22176.41179.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 35 (14.06% from 255) = 9.49%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=43.36%
G=9.49%
B=47.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160351740.080.8000.32293.9666.5140.98
HexA023AE8500201264329
Octal240432561012004044610351
Binary10100000100011101011101000101000001000001001001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A023AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A023AE; }

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

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

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

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

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

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

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

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