#A149E1

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

Shades of Dark Orchid #A149E1

Tints of Dark Orchid #A149E1

Color information

#A149E1 (or 0xA149E1) is unknown color: approx Dark Orchid. HEX triplet: A1, 49 and E1. RGB value is (161,73,225). Sum of RGB (Red+Green+Blue) = 161+73+225=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #A149E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149E1 is #5EB61E. Grayscale: #747474. Windows color (decimal): -6207007 or 14764449. OLE color: 14764449.

HSL color Cylindrical-coordinate representation of color #A149E1: hue angle of 274.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A149E1 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16173225-
CMYK0.280.6800.12
HSL274.74º71.7%58.43%-
HSV(B)274.74º67.56%88.24%-
XYZ30.6717.7873.05-
YUV116.64189.15159.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 73 (28.91% from 255) = 15.90%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=35.08%
G=15.90%
B=49.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161732250.280.6800.12274.7471.758.43
HexA149E11C440C113483a
Octal2411113413410401442311072
Binary10100001100100111100001111001000100011001000100111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149E1; }

 p { color: rgb(161,73,225); }

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

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

 a { background-color: rgb(161,73,225); }

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

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

 span { border-color: rgb(161,73,225); }

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