#A41AC5

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

Shades of Dark Orchid #A41AC5

Tints of Dark Orchid #A41AC5

Color information

#A41AC5 (or 0xA41AC5) is unknown color: approx Dark Orchid. HEX triplet: A4, 1A and C5. RGB value is (164,26,197). Sum of RGB (Red+Green+Blue) = 164+26+197=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #A41AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41AC5 is #5BE53A. Grayscale: #565656. Windows color (decimal): -6022459 or 12917412. OLE color: 12917412.

HSL color Cylindrical-coordinate representation of color #A41AC5: hue angle of 288.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41AC5 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16426197-
CMYK0.170.8700.23
HSL288.42º76.68%43.73%-
HSV(B)288.42º86.8%77.25%-
XYZ25.7612.6653.91-
YUV86.76190.22183.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 26 (10.55% from 255) = 6.72%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=42.38%
G=6.72%
B=50.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164261970.170.8700.23288.4276.6843.73
HexA41AC511570171204d2c
Octal244323052112702744011554
Binary1010010011010110001011000110101110101111001000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41AC5; }

 p { color: rgb(164,26,197); }

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

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

 a { background-color: rgb(164,26,197); }

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

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

 span { border-color: rgb(164,26,197); }

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