#AE33BD

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

Shades of Dark Orchid #AE33BD

Tints of Dark Orchid #AE33BD

Color information

#AE33BD (or 0xAE33BD) is unknown color: approx Dark Orchid. HEX triplet: AE, 33 and BD. RGB value is (174,51,189). Sum of RGB (Red+Green+Blue) = 174+51+189=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33BD is #51CC42. Grayscale: #676767. Windows color (decimal): -5360707 or 12399534. OLE color: 12399534.

HSL color Cylindrical-coordinate representation of color #AE33BD: hue angle of 293.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE33BD is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17451189-
CMYK0.080.7300.26
HSL293.48º57.5%47.06%-
HSV(B)293.48º73.02%74.12%-
XYZ27.8215.0449.58-
YUV103.51176.25178.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=42.03%
G=12.32%
B=45.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174511890.080.7300.26293.4857.547.06
HexAE33BD84901A1253a2f
Octal25663275101110324457257
Binary101011101100111011110110001001001011010100100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33BD; }

 p { color: rgb(174,51,189); }

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

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

 a { background-color: rgb(174,51,189); }

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

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

 span { border-color: rgb(174,51,189); }

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