#AA30BF

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

Shades of Dark Orchid #AA30BF

Tints of Dark Orchid #AA30BF

Color information

#AA30BF (or 0xAA30BF) is unknown color: approx Dark Orchid. HEX triplet: AA, 30 and BF. RGB value is (170,48,191). Sum of RGB (Red+Green+Blue) = 170+48+191=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BF is #55CF40. Grayscale: #646464. Windows color (decimal): -5623617 or 12529834. OLE color: 12529834.

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

Color convert

RGB17048191-
CMYK0.110.7500.25
HSL291.19º59.83%46.86%-
HSV(B)291.19º74.87%74.9%-
XYZ27.0414.4250.65-
YUV100.78178.92177.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 191 (75% from 255) = 46.70%
R=41.56%
G=11.74%
B=46.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170481910.110.7500.25291.1959.8346.86
HexAA30BFB4B0191233c2f
Octal25260277131130314437457
Binary101010101100001011111110111001011011001100100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA30BF; }

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

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

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

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

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

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

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

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