#AE1AB9

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

Shades of Dark Orchid #AE1AB9

Tints of Dark Orchid #AE1AB9

Color information

#AE1AB9 (or 0xAE1AB9) is unknown color: approx Dark Orchid. HEX triplet: AE, 1A and B9. RGB value is (174,26,185). Sum of RGB (Red+Green+Blue) = 174+26+185=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE1AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1AB9 is #51E546. Grayscale: #575757. Windows color (decimal): -5367111 or 12130990. OLE color: 12130990.

HSL color Cylindrical-coordinate representation of color #AE1AB9: hue angle of 295.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1AB9 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17426185-
CMYK0.060.8600.27
HSL295.85º75.36%41.37%-
HSV(B)295.85º85.95%72.55%-
XYZ26.5813.2447.05-
YUV88.38182.53189.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=45.19%
G=6.75%
B=48.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174261850.060.8600.27295.8575.3641.37
HexAE1AB965601B1284b29
Octal25632271612603345011351
Binary10101110110101011100111010101100110111001010001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AB9; }

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

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

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

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

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

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

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

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