#A034C1

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

Shades of Dark Orchid #A034C1

Tints of Dark Orchid #A034C1

Color information

#A034C1 (or 0xA034C1) is unknown color: approx Dark Orchid. HEX triplet: A0, 34 and C1. RGB value is (160,52,193). Sum of RGB (Red+Green+Blue) = 160+52+193=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #A034C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034C1 is #5FCB3E. Grayscale: #636363. Windows color (decimal): -6277951 or 12661920. OLE color: 12661920.

HSL color Cylindrical-coordinate representation of color #A034C1: hue angle of 285.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A034C1 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16052193-
CMYK0.170.7300.24
HSL285.96º57.55%48.04%-
HSV(B)285.96º73.06%75.69%-
XYZ25.3513.7851.78-
YUV100.37180.28170.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=39.51%
G=12.84%
B=47.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160521930.170.7300.24285.9657.5548.04
HexA034C1114901811e3a30
Octal24064301211110304367260
Binary1010000011010011000001100011001001011000100011110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A034C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A034C1; }

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

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

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

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

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

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

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

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