#AA28DF

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

Shades of Dark Orchid #AA28DF

Tints of Dark Orchid #AA28DF

Color information

#AA28DF (or 0xAA28DF) is unknown color: approx Dark Orchid. HEX triplet: AA, 28 and DF. RGB value is (170,40,223). Sum of RGB (Red+Green+Blue) = 170+40+223=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA28DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28DF is #55D720. Grayscale: #636363. Windows color (decimal): -5625633 or 14624938. OLE color: 14624938.

HSL color Cylindrical-coordinate representation of color #AA28DF: hue angle of 282.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA28DF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17040223-
CMYK0.240.8200.13
HSL282.62º74.09%51.57%-
HSV(B)282.62º82.06%87.45%-
XYZ30.6615.3971.17-
YUV99.73197.57178.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 40 (16.02% from 255) = 9.24%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=39.26%
G=9.24%
B=51.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170402230.240.8200.13282.6274.0951.57
HexAA28DF18520D11b4a34
Octal252503373012201543311264
Binary1010101010100011011111110001010010011011000110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA28DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA28DF; }

 p { color: rgb(170,40,223); }

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

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

 a { background-color: rgb(170,40,223); }

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

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

 span { border-color: rgb(170,40,223); }

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