#A118BF

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

Shades of Dark Orchid #A118BF

Tints of Dark Orchid #A118BF

Color information

#A118BF (or 0xA118BF) is unknown color: approx Dark Orchid. HEX triplet: A1, 18 and BF. RGB value is (161,24,191). Sum of RGB (Red+Green+Blue) = 161+24+191=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #A118BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118BF is #5EE740. Grayscale: #535353. Windows color (decimal): -6219585 or 12523681. OLE color: 12523681.

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

Color convert

RGB16124191-
CMYK0.160.8700.25
HSL289.22º77.67%42.16%-
HSV(B)289.22º87.43%74.9%-
XYZ24.4311.9950.32-
YUV84188.39182.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 191 (75% from 255) = 50.80%
R=42.82%
G=6.38%
B=50.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161241910.160.8700.25289.2277.6742.16
HexA118BF10570191214e2a
Octal241302772012703144111652
Binary1010000111000101111111000010101110110011001000011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A118BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A118BF; }

 p { color: rgb(161,24,191); }

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

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

 a { background-color: rgb(161,24,191); }

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

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

 span { border-color: rgb(161,24,191); }

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