#AA3BB6

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

Shades of Dark Orchid #AA3BB6

Tints of Dark Orchid #AA3BB6

Color information

#AA3BB6 (or 0xAA3BB6) is unknown color: approx Dark Orchid. HEX triplet: AA, 3B and B6. RGB value is (170,59,182). Sum of RGB (Red+Green+Blue) = 170+59+182=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA3BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BB6 is #55C449. Grayscale: #696969. Windows color (decimal): -5620810 or 11942826. OLE color: 11942826.

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

Color convert

RGB17059182-
CMYK0.070.6800.29
HSL294.15º51.04%47.25%-
HSV(B)294.15º67.58%71.37%-
XYZ26.5915.0545.76-
YUV106.21170.77173.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=41.36%
G=14.36%
B=44.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170591820.070.6800.29294.1551.0447.25
HexAA3BB674401D126332f
Octal2527326671040354466357
Binary10101010111011101101101111000100011101100100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3BB6; }

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

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

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

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

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

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

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

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