#A41ABD

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

Shades of Dark Orchid #A41ABD

Tints of Dark Orchid #A41ABD

Color information

#A41ABD (or 0xA41ABD) is unknown color: approx Dark Orchid. HEX triplet: A4, 1A and BD. RGB value is (164,26,189). Sum of RGB (Red+Green+Blue) = 164+26+189=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #A41ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ABD is #5BE542. Grayscale: #555555. Windows color (decimal): -6022467 or 12393124. OLE color: 12393124.

HSL color Cylindrical-coordinate representation of color #A41ABD: hue angle of 290.8º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41ABD is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16426189-
CMYK0.130.8600.26
HSL290.8º75.81%42.16%-
HSV(B)290.8º86.24%74.12%-
XYZ24.8612.3149.21-
YUV85.84186.22183.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 26 (10.55% from 255) = 6.86%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=43.27%
G=6.86%
B=49.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164261890.130.8600.26290.875.8142.16
HexA41ABDD5601A1234c2a
Octal244322751512603244311452
Binary101001001101010111101110110101100110101001000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41ABD; }

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

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

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

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

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

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

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

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