#AA1BDF

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

Shades of Dark Orchid #AA1BDF

Tints of Dark Orchid #AA1BDF

Color information

#AA1BDF (or 0xAA1BDF) is unknown color: approx Dark Orchid. HEX triplet: AA, 1B and DF. RGB value is (170,27,223). Sum of RGB (Red+Green+Blue) = 170+27+223=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA1BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BDF is #55E420. Grayscale: #5B5B5B. Windows color (decimal): -5628961 or 14621610. OLE color: 14621610.

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

Color convert

RGB17027223-
CMYK0.240.8800.13
HSL283.78º78.4%49.02%-
HSV(B)283.78º87.89%87.45%-
XYZ30.2914.6671.04-
YUV92.1201.88183.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 27 (10.94% from 255) = 6.43%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=40.48%
G=6.43%
B=53.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170272230.240.8800.13283.7878.449.02
HexAA1BDF18580D11c4e31
Octal252333373013001543411661
Binary101010101101111011111110001011000011011000111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1BDF; }

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

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

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

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

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

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

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

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