#AA1EDF

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

Shades of Dark Orchid #AA1EDF

Tints of Dark Orchid #AA1EDF

Color information

#AA1EDF (or 0xAA1EDF) is unknown color: approx Dark Orchid. HEX triplet: AA, 1E and DF. RGB value is (170,30,223). Sum of RGB (Red+Green+Blue) = 170+30+223=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EDF is #55E120. Grayscale: #5D5D5D. Windows color (decimal): -5628193 or 14622378. OLE color: 14622378.

HSL color Cylindrical-coordinate representation of color #AA1EDF: hue angle of 283.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1EDF is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17030223-
CMYK0.240.8700.13
HSL283.52º76.28%49.61%-
HSV(B)283.52º86.55%87.45%-
XYZ30.3614.871.07-
YUV93.86200.88182.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 30 (12.11% from 255) = 7.09%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=40.19%
G=7.09%
B=52.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170302230.240.8700.13283.5276.2849.61
HexAA1EDF18570D11c4c32
Octal252363373012701543411462
Binary101010101111011011111110001010111011011000111001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1EDF; }

 p { color: rgb(170,30,223); }

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

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

 a { background-color: rgb(170,30,223); }

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

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

 span { border-color: rgb(170,30,223); }

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