#ae36c4

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

Shades of Dark Orchid #AE36C4

Tints of Dark Orchid #AE36C4

Color information

#AE36C4 (or 0xAE36C4) is unknown color: approx Dark Orchid. HEX triplet: AE, 36 and C4. RGB value is (174,54,196). Sum of RGB (Red+Green+Blue) = 174+54+196=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE36C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE36C4 is #51C93B. Grayscale: #696969. Windows color (decimal): -5359932 or 12859054. OLE color: 12859054.

HSL color Cylindrical-coordinate representation of color #AE36C4: hue angle of 290.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE36C4 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17454196-
CMYK0.110.7200.23
HSL290.7º56.8%49.02%-
HSV(B)290.7º72.45%76.86%-
XYZ28.7415.6253.73-
YUV106.07178.76176.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 54 (21.48% from 255) = 12.74%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=41.04%
G=12.74%
B=46.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174541960.110.7200.23290.756.849.02
HexAE36C4B480171233931
Octal25666304131100274437161
Binary101011101101101100010010111001000010111100100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae36c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae36c4; }

 p { color: rgb(174,54,196); }

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

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

 a { background-color: rgb(174,54,196); }

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

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

 span { border-color: rgb(174,54,196); }

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