#AE1AD8

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

Shades of Dark Orchid #AE1AD8

Tints of Dark Orchid #AE1AD8

Color information

#AE1AD8 (or 0xAE1AD8) is unknown color: approx Dark Orchid. HEX triplet: AE, 1A and D8. RGB value is (174,26,216). Sum of RGB (Red+Green+Blue) = 174+26+216=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE1AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1AD8 is #51E527. Grayscale: #5B5B5B. Windows color (decimal): -5367080 or 14162606. OLE color: 14162606.

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

Color convert

RGB17426216-
CMYK0.190.8800.15
HSL286.74º78.51%47.45%-
HSV(B)286.74º87.96%84.71%-
XYZ30.2214.766.21-
YUV91.91198.03186.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 26 (10.55% from 255) = 6.25%
BLUE value IS 216 (84.77% from 255) = 51.92%
R=41.83%
G=6.25%
B=51.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174262160.190.8800.15286.7478.5147.45
HexAE1AD813580F11f4f2f
Octal256323302313001743711757
Binary101011101101011011000100111011000011111000111111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AD8; }

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

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

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

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

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

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

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

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