#AA17BF

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

Shades of Dark Orchid #AA17BF

Tints of Dark Orchid #AA17BF

Color information

#AA17BF (or 0xAA17BF) is unknown color: approx Dark Orchid. HEX triplet: AA, 17 and BF. RGB value is (170,23,191). Sum of RGB (Red+Green+Blue) = 170+23+191=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA17BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BF is #55E840. Grayscale: #555555. Windows color (decimal): -5630017 or 12523434. OLE color: 12523434.

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

Color convert

RGB17023191-
CMYK0.110.8800.25
HSL292.5º78.5%41.96%-
HSV(B)292.5º87.96%74.9%-
XYZ26.2912.9250.4-
YUV86.1187.2187.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 23 (9.38% from 255) = 5.99%
BLUE value IS 191 (75% from 255) = 49.74%
R=44.27%
G=5.99%
B=49.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170231910.110.8800.25292.578.541.96
HexAA17BFB580191244f2a
Octal252272771313003144411752
Binary101010101011110111111101110110000110011001001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17BF; }

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

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

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

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

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

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

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

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