#a618c1

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

Shades of Dark Orchid #A618C1

Tints of Dark Orchid #A618C1

Color information

#A618C1 (or 0xA618C1) is unknown color: approx Dark Orchid. HEX triplet: A6, 18 and C1. RGB value is (166,24,193). Sum of RGB (Red+Green+Blue) = 166+24+193=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #A618C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618C1 is #59E73E. Grayscale: #555555. Windows color (decimal): -5891903 or 12654758. OLE color: 12654758.

HSL color Cylindrical-coordinate representation of color #A618C1: hue angle of 290.41º 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 #A618C1 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16624193-
CMYK0.140.8800.24
HSL290.41º77.88%42.55%-
HSV(B)290.41º87.56%75.69%-
XYZ25.6812.6151.53-
YUV85.72188.54185.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=43.34%
G=6.27%
B=50.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166241930.140.8800.24290.4177.8842.55
HexA618C1E580181224e2b
Octal246303011613003044211653
Binary101001101100011000001111010110000110001001000101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a618c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a618c1; }

 p { color: rgb(166,24,193); }

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

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

 a { background-color: rgb(166,24,193); }

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

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

 span { border-color: rgb(166,24,193); }

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