#AE2AC7

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

Shades of Dark Orchid #AE2AC7

Tints of Dark Orchid #AE2AC7

Color information

#AE2AC7 (or 0xAE2AC7) is unknown color: approx Dark Orchid. HEX triplet: AE, 2A and C7. RGB value is (174,42,199). Sum of RGB (Red+Green+Blue) = 174+42+199=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE2AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2AC7 is #51D538. Grayscale: #626262. Windows color (decimal): -5363001 or 13052590. OLE color: 13052590.

HSL color Cylindrical-coordinate representation of color #AE2AC7: hue angle of 290.45º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2AC7 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17442199-
CMYK0.130.7900.22
HSL290.45º65.15%47.25%-
HSV(B)290.45º78.89%78.04%-
XYZ28.5914.7855.38-
YUV99.37184.23181.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 42 (16.80% from 255) = 10.12%
BLUE value IS 199 (78.12% from 255) = 47.95%
R=41.93%
G=10.12%
B=47.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174421990.130.7900.22290.4565.1547.25
HexAE2AC7D4F016122412f
Octal256523071511702644210157
Binary1010111010101011000111110110011110101101001000101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2AC7; }

 p { color: rgb(174,42,199); }

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

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

 a { background-color: rgb(174,42,199); }

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

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

 span { border-color: rgb(174,42,199); }

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