#AA30BB

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

Shades of Dark Orchid #AA30BB

Tints of Dark Orchid #AA30BB

Color information

#AA30BB (or 0xAA30BB) is unknown color: approx Dark Orchid. HEX triplet: AA, 30 and BB. RGB value is (170,48,187). Sum of RGB (Red+Green+Blue) = 170+48+187=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA30BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BB is #55CF44. Grayscale: #636363. Windows color (decimal): -5623621 or 12267690. OLE color: 12267690.

HSL color Cylindrical-coordinate representation of color #AA30BB: hue angle of 292.66º 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 #AA30BB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17048187-
CMYK0.090.7400.27
HSL292.66º59.15%46.08%-
HSV(B)292.66º74.33%73.33%-
XYZ26.614.2548.36-
YUV100.32176.92177.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 48 (19.14% from 255) = 11.85%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=41.98%
G=11.85%
B=46.17%

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
Decimal170481870.090.7400.27292.6659.1546.08
HexAA30BB94A01B1253b2e
Octal25260273111120334457356
Binary101010101100001011101110011001010011011100100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA30BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA30BB; }

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

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

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

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

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

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

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

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