#AE24BA

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

Shades of Dark Orchid #AE24BA

Tints of Dark Orchid #AE24BA

Color information

#AE24BA (or 0xAE24BA) is unknown color: approx Dark Orchid. HEX triplet: AE, 24 and BA. RGB value is (174,36,186). Sum of RGB (Red+Green+Blue) = 174+36+186=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE24BA is #51DB45. Grayscale: #5D5D5D. Windows color (decimal): -5364550 or 12199086. OLE color: 12199086.

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

Color convert

RGB17436186-
CMYK0.060.8100.27
HSL295.2º67.57%43.53%-
HSV(B)295.2º80.65%72.94%-
XYZ26.9513.8147.7-
YUV94.36179.72184.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 36 (14.45% from 255) = 9.09%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=43.94%
G=9.09%
B=46.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174361860.060.8100.27295.267.5743.53
HexAE24BA65101B127442c
Octal25644272612103344710454
Binary101011101001001011101011010100010110111001001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE24BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE24BA; }

 p { color: rgb(174,36,186); }

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

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

 a { background-color: rgb(174,36,186); }

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

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

 span { border-color: rgb(174,36,186); }

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