#AE32B9

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

Shades of Dark Orchid #AE32B9

Tints of Dark Orchid #AE32B9

Color information

#AE32B9 (or 0xAE32B9) is unknown color: approx Dark Orchid. HEX triplet: AE, 32 and B9. RGB value is (174,50,185). Sum of RGB (Red+Green+Blue) = 174+50+185=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE32B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32B9 is #51CD46. Grayscale: #666666. Windows color (decimal): -5360967 or 12137134. OLE color: 12137134.

HSL color Cylindrical-coordinate representation of color #AE32B9: hue angle of 295.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE32B9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17450185-
CMYK0.060.7300.27
HSL295.11º57.45%46.08%-
HSV(B)295.11º72.97%72.55%-
XYZ27.3514.7847.31-
YUV102.47174.58179.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=42.54%
G=12.22%
B=45.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174501850.060.7300.27295.1157.4546.08
HexAE32B964901B127392e
Octal2566227161110334477156
Binary10101110110010101110011101001001011011100100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32B9; }

 p { color: rgb(174,50,185); }

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

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

 a { background-color: rgb(174,50,185); }

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

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

 span { border-color: rgb(174,50,185); }

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