#A03AD5

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

Shades of Dark Orchid #A03AD5

Tints of Dark Orchid #A03AD5

Color information

#A03AD5 (or 0xA03AD5) is unknown color: approx Dark Orchid. HEX triplet: A0, 3A and D5. RGB value is (160,58,213). Sum of RGB (Red+Green+Blue) = 160+58+213=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #A03AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03AD5 is #5FC52A. Grayscale: #696969. Windows color (decimal): -6276395 or 13974176. OLE color: 13974176.

HSL color Cylindrical-coordinate representation of color #A03AD5: hue angle of 279.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03AD5 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16058213-
CMYK0.250.7300.16
HSL279.48º64.85%53.14%-
HSV(B)279.48º72.77%83.53%-
XYZ28.0215.364.43-
YUV106.17188.29166.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=37.12%
G=13.46%
B=49.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160582130.250.7300.16279.4864.8553.14
HexA03AD519490101174135
Octal240723253111102042710165
Binary10100000111010110101011100110010010100001000101111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03AD5; }

 p { color: rgb(160,58,213); }

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

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

 a { background-color: rgb(160,58,213); }

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

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

 span { border-color: rgb(160,58,213); }

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