#AA1AAD

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

Shades of Dark Orchid #AA1AAD

Tints of Dark Orchid #AA1AAD

Color information

#AA1AAD (or 0xAA1AAD) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and AD. RGB value is (170,26,173). Sum of RGB (Red+Green+Blue) = 170+26+173=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAD is #55E552. Grayscale: #555555. Windows color (decimal): -5629267 or 11344554. OLE color: 11344554.

HSL color Cylindrical-coordinate representation of color #AA1AAD: hue angle of 298.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1AAD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17026173-
CMYK0.020.8500.32
HSL298.78º73.87%39.02%-
HSV(B)298.78º84.97%67.84%-
XYZ24.4912.340.62-
YUV85.81177.21188.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=46.07%
G=7.05%
B=46.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170261730.020.8500.32298.7873.8739.02
HexAA1AAD25502012b4a27
Octal25232255212504045311247
Binary10101010110101010110110101010101000001001010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1AAD; }

 p { color: rgb(170,26,173); }

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

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

 a { background-color: rgb(170,26,173); }

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

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

 span { border-color: rgb(170,26,173); }

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