#AA30AB

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

Shades of Dark Orchid #AA30AB

Tints of Dark Orchid #AA30AB

Color information

#AA30AB (or 0xAA30AB) is unknown color: approx Dark Orchid. HEX triplet: AA, 30 and AB. RGB value is (170,48,171). Sum of RGB (Red+Green+Blue) = 170+48+171=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30AB is #55CF54. Grayscale: #626262. Windows color (decimal): -5623637 or 11219114. OLE color: 11219114.

HSL color Cylindrical-coordinate representation of color #AA30AB: hue angle of 299.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA30AB is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17048171-
CMYK0.010.7200.33
HSL299.51º56.16%42.94%-
HSV(B)299.51º71.93%67.06%-
XYZ24.9913.639.84-
YUV98.5168.92179-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 48 (19.14% from 255) = 12.34%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=43.70%
G=12.34%
B=43.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170481710.010.7200.33299.5156.1642.94
HexAA30AB14802112c382b
Octal2526025311100414547053
Binary1010101011000010101011110010000100001100101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA30AB; }

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

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

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

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

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

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

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

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