Html Css Color HEX #AE36EC Dark Orchid

📋 copy color: '#AE36EC'

red 174 ◦ green 54 ◦ blue 236

#AE36EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AE36EC

Tints of Dark Orchid #AE36EC

RGB

 RED value IS 174 (68.36% from 255) = 37.5%

 GREEN value IS 54 (21.48% from 255) = 11.64%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 37.5%
G = 11.64%
B = 50.86%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE36EC (or 0xAE36EC) is known color: Dark Orchid. HEX triplet: AE, 36 and EC. RGB value is (174,54,236). Sum of RGB (Red+Green+Blue) = 174+54+236=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE36EC is #51C913. Grayscale: #6E6E6E. Windows color (decimal): -5359892 or 15480494. OLE color: 15480494.

HSL color Cylindrical-coordinate representation of color #AE36EC: hue angle of 279.56º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE36EC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 54 236 -
CMYK 0.26 0.77 0 0.07
HSL 279.56º 0.83% 0.57% -
HSV(B) 279.56º 0.77% 0.93% -
XYZ 33.92 17.69 80.98 -
YUV 110.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 174 54 236 0.26 0.77 0 0.07 279.56 0.83 0.57
Hex AE 36 EC 1A 4D 0 7 118 53 39
Octal 256 66 354 32 115 0 7 430 123 71
Binary 10101110 110110 11101100 11010 1001101 0 111 100011000 1010011 111001

Color Harmonies of #AE36EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE36EC

Black with #AE36EC

Text Example


Text Example

White with #AE36EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE36EC; }

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

 H1.HeaderClassName
 {
   color: #AE36EC;
 }
 .AnyTagClassName
 {
   color: #AE36EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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