#a03ab0

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

Shades of Dark Orchid #A03AB0

Tints of Dark Orchid #A03AB0

Color information

#A03AB0 (or 0xA03AB0) is unknown color: approx Dark Orchid. HEX triplet: A0, 3A and B0. RGB value is (160,58,176). Sum of RGB (Red+Green+Blue) = 160+58+176=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #A03AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AB0 is #5FC54F. Grayscale: #656565. Windows color (decimal): -6276432 or 11549344. OLE color: 11549344.

HSL color Cylindrical-coordinate representation of color #A03AB0: hue angle of 291.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03AB0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16058176-
CMYK0.090.6700.31
HSL291.86º50.43%45.88%-
HSV(B)291.86º67.05%69.02%-
XYZ23.8513.6342.45-
YUV101.95169.79169.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 58 (23.05% from 255) = 14.72%
BLUE value IS 176 (69.14% from 255) = 44.67%
R=40.61%
G=14.72%
B=44.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160581760.090.6700.31291.8650.4345.88
HexA03AB094301F124322e
Octal24072260111030374446256
Binary101000001110101011000010011000011011111100100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03ab0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03ab0; }

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

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

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

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

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

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

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

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