#A03ABE

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

Shades of Dark Orchid #A03ABE

Tints of Dark Orchid #A03ABE

Color information

#A03ABE (or 0xA03ABE) is unknown color: approx Dark Orchid. HEX triplet: A0, 3A and BE. RGB value is (160,58,190). Sum of RGB (Red+Green+Blue) = 160+58+190=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #A03ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ABE is #5FC541. Grayscale: #676767. Windows color (decimal): -6276418 or 12466848. OLE color: 12466848.

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

Color convert

RGB16058190-
CMYK0.160.6900.25
HSL286.36º53.23%48.63%-
HSV(B)286.36º69.47%74.51%-
XYZ25.314.2250.13-
YUV103.55176.79168.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 58 (23.05% from 255) = 14.22%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=39.22%
G=14.22%
B=46.57%

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
Decimal160581900.160.6900.25286.3653.2348.63
HexA03ABE104501911e3531
Octal24072276201050314366561
Binary1010000011101010111110100001000101011001100011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03ABE; }

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

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

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

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

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

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

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

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