#A038AE

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

Shades of Dark Orchid #A038AE

Tints of Dark Orchid #A038AE

Color information

#A038AE (or 0xA038AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 38 and AE. RGB value is (160,56,174). Sum of RGB (Red+Green+Blue) = 160+56+174=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #A038AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038AE is #5FC751. Grayscale: #646464. Windows color (decimal): -6276946 or 11417760. OLE color: 11417760.

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

Color convert

RGB16056174-
CMYK0.080.6800.32
HSL292.88º51.3%45.1%-
HSV(B)292.88º67.82%68.24%-
XYZ23.5513.3641.38-
YUV100.55169.46170.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=41.03%
G=14.36%
B=44.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160561740.080.6800.32292.8851.345.1
HexA038AE844020125332d
Octal24070256101040404456355
Binary1010000011100010101110100010001000100000100100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A038AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A038AE; }

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

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

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

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

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

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

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

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