#AE3DCF

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

Shades of Dark Orchid #AE3DCF

Tints of Dark Orchid #AE3DCF

Color information

#AE3DCF (or 0xAE3DCF) is unknown color: approx Dark Orchid. HEX triplet: AE, 3D and CF. RGB value is (174,61,207). Sum of RGB (Red+Green+Blue) = 174+61+207=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE3DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3DCF is #51C230. Grayscale: #6E6E6E. Windows color (decimal): -5358129 or 13581742. OLE color: 13581742.

HSL color Cylindrical-coordinate representation of color #AE3DCF: hue angle of 286.44º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3DCF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17461207-
CMYK0.160.7100.19
HSL286.44º60.33%52.55%-
HSV(B)286.44º70.53%81.18%-
XYZ30.3916.8460.68-
YUV111.43181.94172.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 61 (24.22% from 255) = 13.80%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=39.37%
G=13.80%
B=46.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174612070.160.7100.19286.4460.3352.55
HexAE3DCF104701311e3c35
Octal25675317201070234367465
Binary1010111011110111001111100001000111010011100011110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DCF; }

 p { color: rgb(174,61,207); }

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

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

 a { background-color: rgb(174,61,207); }

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

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

 span { border-color: rgb(174,61,207); }

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