#A018BA

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

Shades of Dark Orchid #A018BA

Tints of Dark Orchid #A018BA

Color information

#A018BA (or 0xA018BA) is unknown color: approx Dark Orchid. HEX triplet: A0, 18 and BA. RGB value is (160,24,186). Sum of RGB (Red+Green+Blue) = 160+24+186=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A018BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018BA is #5FE745. Grayscale: #525252. Windows color (decimal): -6285126 or 12196000. OLE color: 12196000.

HSL color Cylindrical-coordinate representation of color #A018BA: hue angle of 290.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018BA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16024186-
CMYK0.140.8700.27
HSL290.37º77.14%41.18%-
HSV(B)290.37º87.1%72.94%-
XYZ23.6911.6747.46-
YUV83.13186.06182.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=43.24%
G=6.49%
B=50.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160241860.140.8700.27290.3777.1441.18
HexA018BAE5701B1224d29
Octal240302721612703344211551
Binary101000001100010111010111010101110110111001000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A018BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A018BA; }

 p { color: rgb(160,24,186); }

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

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

 a { background-color: rgb(160,24,186); }

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

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

 span { border-color: rgb(160,24,186); }

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