#AE3BCD

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

Shades of Dark Orchid #AE3BCD

Tints of Dark Orchid #AE3BCD

Color information

#AE3BCD (or 0xAE3BCD) is unknown color: approx Dark Orchid. HEX triplet: AE, 3B and CD. RGB value is (174,59,205). Sum of RGB (Red+Green+Blue) = 174+59+205=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3BCD is #51C432. Grayscale: #6D6D6D. Windows color (decimal): -5358643 or 13450158. OLE color: 13450158.

HSL color Cylindrical-coordinate representation of color #AE3BCD: hue angle of 287.26º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3BCD is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17459205-
CMYK0.150.7100.20
HSL287.26º59.35%51.76%-
HSV(B)287.26º71.22%80.39%-
XYZ30.0416.5359.37-
YUV110.03181.6173.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 59 (23.44% from 255) = 13.47%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=39.73%
G=13.47%
B=46.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174592050.150.7100.20287.2659.3551.76
HexAE3BCDF4701411f3b34
Octal25673315171070244377364
Binary101011101110111100110111111000111010100100011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3BCD; }

 p { color: rgb(174,59,205); }

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

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

 a { background-color: rgb(174,59,205); }

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

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

 span { border-color: rgb(174,59,205); }

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