#AE28D8

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

Shades of Dark Orchid #AE28D8

Tints of Dark Orchid #AE28D8

Color information

#AE28D8 (or 0xAE28D8) is unknown color: approx Dark Orchid. HEX triplet: AE, 28 and D8. RGB value is (174,40,216). Sum of RGB (Red+Green+Blue) = 174+40+216=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE28D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28D8 is #51D727. Grayscale: #636363. Windows color (decimal): -5363496 or 14166190. OLE color: 14166190.

HSL color Cylindrical-coordinate representation of color #AE28D8: hue angle of 285.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE28D8 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17440216-
CMYK0.190.8100.15
HSL285.68º69.29%50.2%-
HSV(B)285.68º81.48%84.71%-
XYZ30.6115.4766.34-
YUV100.13193.39180.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 40 (16.02% from 255) = 9.30%
BLUE value IS 216 (84.77% from 255) = 50.23%
R=40.47%
G=9.30%
B=50.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174402160.190.8100.15285.6869.2950.2
HexAE28D813510F11e4532
Octal256503302312101743610562
Binary1010111010100011011000100111010001011111000111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE28D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE28D8; }

 p { color: rgb(174,40,216); }

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

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

 a { background-color: rgb(174,40,216); }

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

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

 span { border-color: rgb(174,40,216); }

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