Html Css Color HEX #AE31EC Dark Orchid

📋 copy color: '#AE31EC'

red 174 ◦ green 49 ◦ blue 236

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

Shades of Dark Orchid #AE31EC

Tints of Dark Orchid #AE31EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.68%

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

R = 37.91%
G = 10.68%
B = 51.42%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE31EC (or 0xAE31EC) is known color: Dark Orchid. HEX triplet: AE, 31 and EC. RGB value is (174,49,236). Sum of RGB (Red+Green+Blue) = 174+49+236=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE31EC is #51CE13. Grayscale: #6B6B6B. Windows color (decimal): -5361172 or 15479214. OLE color: 15479214.

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

Color convert

RGB 174 49 236 -
CMYK 0.26 0.79 0 0.07
HSL 280.11º 0.83% 0.56% -
HSV(B) 280.11º 0.79% 0.93% -
XYZ 33.69 17.25 80.91 -
YUV 107.69 200.41 175.29 -
System Red Green Blue C M Y K H S L
Decimal 174 49 236 0.26 0.79 0 0.07 280.11 0.83 0.56
Hex AE 31 EC 1A 4F 0 7 118 53 38
Octal 256 61 354 32 117 0 7 430 123 70
Binary 10101110 110001 11101100 11010 1001111 0 111 100011000 1010011 111000

Color Harmonies of #AE31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31EC

Black with #AE31EC

Text Example


Text Example

White with #AE31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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