#AA2BBF

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

Shades of Dark Orchid #AA2BBF

Tints of Dark Orchid #AA2BBF

Color information

#AA2BBF (or 0xAA2BBF) is unknown color: approx Dark Orchid. HEX triplet: AA, 2B and BF. RGB value is (170,43,191). Sum of RGB (Red+Green+Blue) = 170+43+191=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBF is #55D440. Grayscale: #616161. Windows color (decimal): -5624897 or 12528554. OLE color: 12528554.

HSL color Cylindrical-coordinate representation of color #AA2BBF: hue angle of 291.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2BBF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17043191-
CMYK0.110.7700.25
HSL291.49º63.25%45.88%-
HSV(B)291.49º77.49%74.9%-
XYZ26.8514.0450.58-
YUV97.84180.58179.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 191 (75% from 255) = 47.28%
R=42.08%
G=10.64%
B=47.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170431910.110.7700.25291.4963.2545.88
HexAA2BBFB4D0191233f2e
Octal25253277131150314437756
Binary101010101010111011111110111001101011001100100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BBF; }

 p { color: rgb(170,43,191); }

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

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

 a { background-color: rgb(170,43,191); }

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

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

 span { border-color: rgb(170,43,191); }

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