#AE3AC7

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

Shades of Dark Orchid #AE3AC7

Tints of Dark Orchid #AE3AC7

Color information

#AE3AC7 (or 0xAE3AC7) is unknown color: approx Dark Orchid. HEX triplet: AE, 3A and C7. RGB value is (174,58,199). Sum of RGB (Red+Green+Blue) = 174+58+199=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE3AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3AC7 is #51C538. Grayscale: #6C6C6C. Windows color (decimal): -5358905 or 13056686. OLE color: 13056686.

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

Color convert

RGB17458199-
CMYK0.130.7100.22
HSL289.36º55.73%50.39%-
HSV(B)289.36º70.85%78.04%-
XYZ29.2816.1555.61-
YUV108.76178.93174.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 199 (78.12% from 255) = 46.17%
R=40.37%
G=13.46%
B=46.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174581990.130.7100.22289.3655.7350.39
HexAE3AC7D470161213832
Octal25672307151070264417062
Binary101011101110101100011111011000111010110100100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3AC7; }

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

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

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

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

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

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

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

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