Html Css Color HEX #AE33EC Dark Orchid

📋 copy color: '#AE33EC'

red 174 ◦ green 51 ◦ blue 236

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

Shades of Dark Orchid #AE33EC

Tints of Dark Orchid #AE33EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.06%

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

R = 37.74%
G = 11.06%
B = 51.19%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE33EC (or 0xAE33EC) is known color: Dark Orchid. HEX triplet: AE, 33 and EC. RGB value is (174,51,236). Sum of RGB (Red+Green+Blue) = 174+51+236=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE33EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE33EC is #51CC13. Grayscale: #6C6C6C. Windows color (decimal): -5360660 or 15479726. OLE color: 15479726.

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

Color convert

RGB 174 51 236 -
CMYK 0.26 0.78 0 0.07
HSL 279.89º 0.83% 0.56% -
HSV(B) 279.89º 0.78% 0.93% -
XYZ 33.78 17.42 80.94 -
YUV 108.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 174 51 236 0.26 0.78 0 0.07 279.89 0.83 0.56
Hex AE 33 EC 1A 4E 0 7 118 53 38
Octal 256 63 354 32 116 0 7 430 123 70
Binary 10101110 110011 11101100 11010 1001110 0 111 100011000 1010011 111000

Color Harmonies of #AE33EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE33EC

Black with #AE33EC

Text Example


Text Example

White with #AE33EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE33EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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