#A03EBF

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

Shades of Dark Orchid #A03EBF

Tints of Dark Orchid #A03EBF

Color information

#A03EBF (or 0xA03EBF) is unknown color: approx Dark Orchid. HEX triplet: A0, 3E and BF. RGB value is (160,62,191). Sum of RGB (Red+Green+Blue) = 160+62+191=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EBF is #5FC140. Grayscale: #696969. Windows color (decimal): -6275393 or 12533408. OLE color: 12533408.

HSL color Cylindrical-coordinate representation of color #A03EBF: hue angle of 285.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03EBF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16062191-
CMYK0.160.6800.25
HSL285.58º50.99%49.61%-
HSV(B)285.58º67.54%74.9%-
XYZ25.6214.6850.77-
YUV106.01175.97166.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 191 (75% from 255) = 46.25%
R=38.74%
G=15.01%
B=46.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160621910.160.6800.25285.5850.9949.61
HexA03EBF104401911e3332
Octal24076277201040314366362
Binary1010000011111010111111100001000100011001100011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EBF; }

 p { color: rgb(160,62,191); }

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

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

 a { background-color: rgb(160,62,191); }

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

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

 span { border-color: rgb(160,62,191); }

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