#A449DE

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

Shades of Dark Orchid #A449DE

Tints of Dark Orchid #A449DE

Color information

#A449DE (or 0xA449DE) is unknown color: approx Dark Orchid. HEX triplet: A4, 49 and DE. RGB value is (164,73,222). Sum of RGB (Red+Green+Blue) = 164+73+222=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #A449DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449DE is #5BB621. Grayscale: #747474. Windows color (decimal): -6010402 or 14567844. OLE color: 14567844.

HSL color Cylindrical-coordinate representation of color #A449DE: hue angle of 276.64º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A449DE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16473222-
CMYK0.260.6700.13
HSL276.64º69.3%57.84%-
HSV(B)276.64º67.12%87.06%-
XYZ30.8817.9370.94-
YUV117.2187.15161.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 73 (28.91% from 255) = 15.90%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=35.73%
G=15.90%
B=48.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164732220.260.6700.13276.6469.357.84
HexA449DE1A430D115453a
Octal2441113363210301542510572
Binary10100100100100111011110110101000011011011000101011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A449DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A449DE; }

 p { color: rgb(164,73,222); }

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

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

 a { background-color: rgb(164,73,222); }

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

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

 span { border-color: rgb(164,73,222); }

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