#AE32BD

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

Shades of Dark Orchid #AE32BD

Tints of Dark Orchid #AE32BD

Color information

#AE32BD (or 0xAE32BD) is unknown color: approx Dark Orchid. HEX triplet: AE, 32 and BD. RGB value is (174,50,189). Sum of RGB (Red+Green+Blue) = 174+50+189=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32BD is #51CD42. Grayscale: #666666. Windows color (decimal): -5360963 or 12399278. OLE color: 12399278.

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

Color convert

RGB17450189-
CMYK0.080.7400.26
HSL293.53º58.16%46.86%-
HSV(B)293.53º73.54%74.12%-
XYZ27.7814.9549.57-
YUV102.92176.58178.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 50 (19.92% from 255) = 12.11%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=42.13%
G=12.11%
B=45.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174501890.080.7400.26293.5358.1646.86
HexAE32BD84A01A1263a2f
Octal25662275101120324467257
Binary101011101100101011110110001001010011010100100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32BD; }

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

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

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

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

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

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

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

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