#A034AE

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

Shades of Dark Orchid #A034AE

Tints of Dark Orchid #A034AE

Color information

#A034AE (or 0xA034AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 34 and AE. RGB value is (160,52,174). Sum of RGB (Red+Green+Blue) = 160+52+174=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #A034AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034AE is #5FCB51. Grayscale: #616161. Windows color (decimal): -6277970 or 11416736. OLE color: 11416736.

HSL color Cylindrical-coordinate representation of color #A034AE: hue angle of 293.11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A034AE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16052174-
CMYK0.080.7000.32
HSL293.11º53.98%44.31%-
HSV(B)293.11º70.11%68.24%-
XYZ23.3712.9941.32-
YUV98.2170.78172.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 52 (20.70% from 255) = 13.47%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=41.45%
G=13.47%
B=45.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160521740.080.7000.32293.1153.9844.31
HexA034AE846020125362c
Octal24064256101060404456654
Binary1010000011010010101110100010001100100000100100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A034AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A034AE; }

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

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

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

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

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

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

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

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