#AA30BA

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

Shades of Dark Orchid #AA30BA

Tints of Dark Orchid #AA30BA

Color information

#AA30BA (or 0xAA30BA) is unknown color: approx Dark Orchid. HEX triplet: AA, 30 and BA. RGB value is (170,48,186). Sum of RGB (Red+Green+Blue) = 170+48+186=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BA is #55CF45. Grayscale: #636363. Windows color (decimal): -5623622 or 12202154. OLE color: 12202154.

HSL color Cylindrical-coordinate representation of color #AA30BA: hue angle of 293.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA30BA is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17048186-
CMYK0.090.7400.27
HSL293.04º58.97%45.88%-
HSV(B)293.04º74.19%72.94%-
XYZ26.514.2147.8-
YUV100.21176.42177.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=42.08%
G=11.88%
B=46.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170481860.090.7400.27293.0458.9745.88
HexAA30BA94A01B1253b2e
Octal25260272111120334457356
Binary101010101100001011101010011001010011011100100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA30BA; }

 p { color: rgb(170,48,186); }

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

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

 a { background-color: rgb(170,48,186); }

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

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

 span { border-color: rgb(170,48,186); }

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