#AA17B1

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

Shades of Dark Orchid #AA17B1

Tints of Dark Orchid #AA17B1

Color information

#AA17B1 (or 0xAA17B1) is unknown color: approx Dark Orchid. HEX triplet: AA, 17 and B1. RGB value is (170,23,177). Sum of RGB (Red+Green+Blue) = 170+23+177=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA17B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17B1 is #55E84E. Grayscale: #545454. Windows color (decimal): -5630031 or 11605930. OLE color: 11605930.

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

Color convert

RGB17023177-
CMYK0.040.8700.31
HSL297.27º77%39.22%-
HSV(B)297.27º87.01%69.41%-
XYZ24.8212.3342.67-
YUV84.51180.2188.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 23 (9.38% from 255) = 6.22%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=45.95%
G=6.22%
B=47.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170231770.040.8700.31297.277739.22
HexAA17B145701F1294d27
Octal25227261412703745111547
Binary10101010101111011000110010101110111111001010011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17B1; }

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

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

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

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

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

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

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

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