#AE3DCC

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

Shades of Dark Orchid #AE3DCC

Tints of Dark Orchid #AE3DCC

Color information

#AE3DCC (or 0xAE3DCC) is unknown color: approx Dark Orchid. HEX triplet: AE, 3D and CC. RGB value is (174,61,204). Sum of RGB (Red+Green+Blue) = 174+61+204=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3DCC is #51C233. Grayscale: #6E6E6E. Windows color (decimal): -5358132 or 13385134. OLE color: 13385134.

HSL color Cylindrical-coordinate representation of color #AE3DCC: hue angle of 287.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3DCC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17461204-
CMYK0.150.7000.2
HSL287.41º58.37%51.96%-
HSV(B)287.41º70.1%80%-
XYZ30.0216.758.77-
YUV111.09180.44172.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=39.64%
G=13.90%
B=46.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174612040.150.7000.2287.4158.3751.96
HexAE3DCCF4601411f3a34
Octal25675314171060244377264
Binary101011101111011100110011111000110010100100011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3DCC; }

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

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

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

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

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

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

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

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