#AA1AB6

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

Shades of Dark Orchid #AA1AB6

Tints of Dark Orchid #AA1AB6

Color information

#AA1AB6 (or 0xAA1AB6) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and B6. RGB value is (170,26,182). Sum of RGB (Red+Green+Blue) = 170+26+182=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA1AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AB6 is #55E549. Grayscale: #565656. Windows color (decimal): -5629258 or 11934378. OLE color: 11934378.

HSL color Cylindrical-coordinate representation of color #AA1AB6: hue angle of 295.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1AB6 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17026182-
CMYK0.070.8600.29
HSL295.38º75%40.78%-
HSV(B)295.38º85.71%71.37%-
XYZ25.3912.6645.36-
YUV86.84181.71187.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 26 (10.55% from 255) = 6.88%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=44.97%
G=6.88%
B=48.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170261820.070.8600.29295.387540.78
HexAA1AB675601D1274b29
Octal25232266712603544711351
Binary10101010110101011011011110101100111011001001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1AB6; }

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

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

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

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

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

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

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

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