#AA18B5

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

Shades of Dark Orchid #AA18B5

Tints of Dark Orchid #AA18B5

Color information

#AA18B5 (or 0xAA18B5) is unknown color: approx Dark Orchid. HEX triplet: AA, 18 and B5. RGB value is (170,24,181). Sum of RGB (Red+Green+Blue) = 170+24+181=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA18B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18B5 is #55E74A. Grayscale: #555555. Windows color (decimal): -5629771 or 11868330. OLE color: 11868330.

HSL color Cylindrical-coordinate representation of color #AA18B5: hue angle of 295.8º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA18B5 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17024181-
CMYK0.060.8700.29
HSL295.8º76.59%40.2%-
HSV(B)295.8º86.74%70.98%-
XYZ25.2412.5444.81-
YUV85.55181.87188.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 181 (71.09% from 255) = 48.27%
R=45.33%
G=6.4%
B=48.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170241810.060.8700.29295.876.5940.2
HexAA18B565701D1284d28
Octal25230265612703545011550
Binary10101010110001011010111010101110111011001010001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA18B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA18B5; }

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

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

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

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

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

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

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

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