#AA18B7

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

Shades of Dark Orchid #AA18B7

Tints of Dark Orchid #AA18B7

Color information

#AA18B7 (or 0xAA18B7) is unknown color: approx Dark Orchid. HEX triplet: AA, 18 and B7. RGB value is (170,24,183). Sum of RGB (Red+Green+Blue) = 170+24+183=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA18B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18B7 is #55E748. Grayscale: #555555. Windows color (decimal): -5629769 or 11999402. OLE color: 11999402.

HSL color Cylindrical-coordinate representation of color #AA18B7: hue angle of 295.09º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA18B7 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17024183-
CMYK0.070.8700.28
HSL295.09º76.81%40.59%-
HSV(B)295.09º86.89%71.76%-
XYZ25.4512.6245.89-
YUV85.78182.87188.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 24 (9.77% from 255) = 6.37%
BLUE value IS 183 (71.88% from 255) = 48.54%
R=45.09%
G=6.37%
B=48.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170241830.070.8700.28295.0976.8140.59
HexAA18B775701C1274d29
Octal25230267712703444711551
Binary10101010110001011011111110101110111001001001111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA18B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA18B7; }

 p { color: rgb(170,24,183); }

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

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

 a { background-color: rgb(170,24,183); }

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

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

 span { border-color: rgb(170,24,183); }

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