#A41AB3

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

Shades of Dark Orchid #A41AB3

Tints of Dark Orchid #A41AB3

Color information

#A41AB3 (or 0xA41AB3) is unknown color: approx Dark Orchid. HEX triplet: A4, 1A and B3. RGB value is (164,26,179). Sum of RGB (Red+Green+Blue) = 164+26+179=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #A41AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41AB3 is #5BE54C. Grayscale: #545454. Windows color (decimal): -6022477 or 11737764. OLE color: 11737764.

HSL color Cylindrical-coordinate representation of color #A41AB3: hue angle of 294.12º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AB3 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16426179-
CMYK0.080.8500.30
HSL294.12º74.63%40.2%-
HSV(B)294.12º85.47%70.2%-
XYZ23.8211.8943.69-
YUV84.7181.22184.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 179 (70.31% from 255) = 48.51%
R=44.44%
G=7.05%
B=48.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164261790.080.8500.30294.1274.6340.2
HexA41AB385501E1264b28
Octal244322631012503644611350
Binary101001001101010110011100010101010111101001001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41AB3; }

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

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

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

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

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

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

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

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