#A03CE5

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

Shades of Dark Orchid #A03CE5

Tints of Dark Orchid #A03CE5

Color information

#A03CE5 (or 0xA03CE5) is unknown color: approx Dark Orchid. HEX triplet: A0, 3C and E5. RGB value is (160,60,229). Sum of RGB (Red+Green+Blue) = 160+60+229=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #A03CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CE5 is #5FC31A. Grayscale: #6C6C6C. Windows color (decimal): -6275867 or 15023264. OLE color: 15023264.

HSL color Cylindrical-coordinate representation of color #A03CE5: hue angle of 275.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03CE5 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16060229-
CMYK0.300.7400.10
HSL275.5º76.47%56.67%-
HSV(B)275.5º73.8%89.8%-
XYZ30.2616.3675.69-
YUV109.17195.63164.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 60 (23.83% from 255) = 13.36%
BLUE value IS 229 (89.84% from 255) = 51.00%
R=35.63%
G=13.36%
B=51.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160602290.300.7400.10275.576.4756.67
HexA03CE51E4A0A1144c39
Octal240743453611201242411471
Binary1010000011110011100101111101001010010101000101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03CE5; }

 p { color: rgb(160,60,229); }

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

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

 a { background-color: rgb(160,60,229); }

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

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

 span { border-color: rgb(160,60,229); }

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