#AA30B1

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

Shades of Dark Orchid #AA30B1

Tints of Dark Orchid #AA30B1

Color information

#AA30B1 (or 0xAA30B1) is unknown color: approx Dark Orchid. HEX triplet: AA, 30 and B1. RGB value is (170,48,177). Sum of RGB (Red+Green+Blue) = 170+48+177=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA30B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30B1 is #55CF4E. Grayscale: #626262. Windows color (decimal): -5623631 or 11612330. OLE color: 11612330.

HSL color Cylindrical-coordinate representation of color #AA30B1: hue angle of 296.74º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA30B1 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17048177-
CMYK0.040.7300.31
HSL296.74º57.33%44.12%-
HSV(B)296.74º72.88%69.41%-
XYZ25.5713.8342.92-
YUV99.18171.92178.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 177 (69.53% from 255) = 44.81%
R=43.04%
G=12.15%
B=44.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170481770.040.7300.31296.7457.3344.12
HexAA30B144901F129392c
Octal2526026141110374517154
Binary10101010110000101100011001001001011111100101001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA30B1; }

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

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

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

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

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

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

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

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