#AA31BE

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

Shades of Dark Orchid #AA31BE

Tints of Dark Orchid #AA31BE

Color information

#AA31BE (or 0xAA31BE) is unknown color: approx Dark Orchid. HEX triplet: AA, 31 and BE. RGB value is (170,49,190). Sum of RGB (Red+Green+Blue) = 170+49+190=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA31BE is #55CE41. Grayscale: #646464. Windows color (decimal): -5623362 or 12464554. OLE color: 12464554.

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

Color convert

RGB17049190-
CMYK0.110.7400.25
HSL291.49º59%46.86%-
HSV(B)291.49º74.21%74.51%-
XYZ26.9714.4650.08-
YUV101.25178.09177.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 49 (19.53% from 255) = 11.98%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=41.56%
G=11.98%
B=46.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170491900.110.7400.25291.495946.86
HexAA31BEB4A0191233b2f
Octal25261276131120314437357
Binary101010101100011011111010111001010011001100100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA31BE; }

 p { color: rgb(170,49,190); }

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

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

 a { background-color: rgb(170,49,190); }

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

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

 span { border-color: rgb(170,49,190); }

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