#A03BBF

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

Shades of Dark Orchid #A03BBF

Tints of Dark Orchid #A03BBF

Color information

#A03BBF (or 0xA03BBF) is unknown color: approx Dark Orchid. HEX triplet: A0, 3B and BF. RGB value is (160,59,191). Sum of RGB (Red+Green+Blue) = 160+59+191=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BBF is #5FC440. Grayscale: #676767. Windows color (decimal): -6276161 or 12532640. OLE color: 12532640.

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

Color convert

RGB16059191-
CMYK0.160.6900.25
HSL285.91º52.8%49.02%-
HSV(B)285.91º69.11%74.9%-
XYZ25.4714.3650.72-
YUV104.25176.96167.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 191 (75% from 255) = 46.59%
R=39.02%
G=14.39%
B=46.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160591910.160.6900.25285.9152.849.02
HexA03BBF104501911e3531
Octal24073277201050314366561
Binary1010000011101110111111100001000101011001100011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BBF; }

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

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

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

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

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

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

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

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