#AE32B6

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

Shades of Dark Orchid #AE32B6

Tints of Dark Orchid #AE32B6

Color information

#AE32B6 (or 0xAE32B6) is unknown color: approx Dark Orchid. HEX triplet: AE, 32 and B6. RGB value is (174,50,182). Sum of RGB (Red+Green+Blue) = 174+50+182=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE32B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32B6 is #51CD49. Grayscale: #656565. Windows color (decimal): -5360970 or 11940526. OLE color: 11940526.

HSL color Cylindrical-coordinate representation of color #AE32B6: hue angle of 296.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE32B6 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17450182-
CMYK0.040.7300.29
HSL296.36º56.9%45.49%-
HSV(B)296.36º72.53%71.37%-
XYZ27.0414.6645.66-
YUV102.12173.08179.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=42.86%
G=12.32%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174501820.040.7300.29296.3656.945.49
HexAE32B644901D128392d
Octal2566226641110354507155
Binary10101110110010101101101001001001011101100101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32B6; }

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

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

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

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

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

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

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

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