#A03CBF

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

Shades of Dark Orchid #A03CBF

Tints of Dark Orchid #A03CBF

Color information

#A03CBF (or 0xA03CBF) is unknown color: approx Dark Orchid. HEX triplet: A0, 3C and BF. RGB value is (160,60,191). Sum of RGB (Red+Green+Blue) = 160+60+191=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CBF is #5FC340. Grayscale: #686868. Windows color (decimal): -6275905 or 12532896. OLE color: 12532896.

HSL color Cylindrical-coordinate representation of color #A03CBF: hue angle of 285.8º degrees, saturation: 0.52, 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 #A03CBF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16060191-
CMYK0.160.6900.25
HSL285.8º52.19%49.22%-
HSV(B)285.8º68.59%74.9%-
XYZ25.5214.4750.74-
YUV104.83176.63167.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 191 (75% from 255) = 46.47%
R=38.93%
G=14.60%
B=46.47%

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
Decimal160601910.160.6900.25285.852.1949.22
HexA03CBF104501911e3431
Octal24074277201050314366461
Binary1010000011110010111111100001000101011001100011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03CBF; }

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

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

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

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

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

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

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

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