#AA17BD

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

Shades of Dark Orchid #AA17BD

Tints of Dark Orchid #AA17BD

Color information

#AA17BD (or 0xAA17BD) is unknown color: approx Dark Orchid. HEX triplet: AA, 17 and BD. RGB value is (170,23,189). Sum of RGB (Red+Green+Blue) = 170+23+189=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BD is #55E842. Grayscale: #555555. Windows color (decimal): -5630019 or 12392362. OLE color: 12392362.

HSL color Cylindrical-coordinate representation of color #AA17BD: hue angle of 293.13º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA17BD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17023189-
CMYK0.100.8800.26
HSL293.13º78.3%41.57%-
HSV(B)293.13º87.83%74.12%-
XYZ26.0712.8349.25-
YUV85.88186.2188-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 23 (9.38% from 255) = 6.02%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=44.50%
G=6.02%
B=49.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170231890.100.8800.26293.1378.341.57
HexAA17BDA5801A1254e2a
Octal252272751213003244511652
Binary101010101011110111101101010110000110101001001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17BD; }

 p { color: rgb(170,23,189); }

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

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

 a { background-color: rgb(170,23,189); }

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

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

 span { border-color: rgb(170,23,189); }

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