#A118C3

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

Shades of Dark Orchid #A118C3

Tints of Dark Orchid #A118C3

Color information

#A118C3 (or 0xA118C3) is unknown color: approx Dark Orchid. HEX triplet: A1, 18 and C3. RGB value is (161,24,195). Sum of RGB (Red+Green+Blue) = 161+24+195=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #A118C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118C3 is #5EE73C. Grayscale: #535353. Windows color (decimal): -6219581 or 12785825. OLE color: 12785825.

HSL color Cylindrical-coordinate representation of color #A118C3: hue angle of 288.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A118C3 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16124195-
CMYK0.170.8800.24
HSL288.07º78.08%42.94%-
HSV(B)288.07º87.69%76.47%-
XYZ24.8712.1752.67-
YUV84.46190.39182.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 24 (9.77% from 255) = 6.32%
BLUE value IS 195 (76.56% from 255) = 51.32%
R=42.37%
G=6.32%
B=51.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161241950.170.8800.24288.0778.0842.94
HexA118C311580181204e2b
Octal241303032113003044011653
Binary1010000111000110000111000110110000110001001000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A118C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A118C3; }

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

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

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

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

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

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

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

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