#a41cc6

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

Shades of Dark Orchid #A41CC6

Tints of Dark Orchid #A41CC6

Color information

#A41CC6 (or 0xA41CC6) is unknown color: approx Dark Orchid. HEX triplet: A4, 1C and C6. RGB value is (164,28,198). Sum of RGB (Red+Green+Blue) = 164+28+198=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #A41CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CC6 is #5BE339. Grayscale: #575757. Windows color (decimal): -6021946 or 12983460. OLE color: 12983460.

HSL color Cylindrical-coordinate representation of color #A41CC6: hue angle of 288º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41CC6 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16428198-
CMYK0.170.8600.22
HSL288º75.22%44.31%-
HSV(B)288º85.86%77.65%-
XYZ25.9212.854.53-
YUV88.04190.06182.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 28 (11.33% from 255) = 7.18%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=42.05%
G=7.18%
B=50.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164281980.170.8600.2228875.2244.31
HexA41CC611560161204b2c
Octal244343062112602644011354
Binary1010010011100110001101000110101100101101001000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a41cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a41cc6; }

 p { color: rgb(164,28,198); }

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

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

 a { background-color: rgb(164,28,198); }

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

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

 span { border-color: rgb(164,28,198); }

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