Html Css Color HEX #AE31CE Dark Orchid

📋 copy color: '#AE31CE'

red 174 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #AE31CE

Tints of Dark Orchid #AE31CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 40.56%
G = 11.42%
B = 48.02%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE31CE (or 0xAE31CE) is known color: Dark Orchid. HEX triplet: AE, 31 and CE. RGB value is (174,49,206). Sum of RGB (Red+Green+Blue) = 174+49+206=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE31CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31CE is #51CE31. Grayscale: #676767. Windows color (decimal): -5361202 or 13513134. OLE color: 13513134.

HSL color Cylindrical-coordinate representation of color #AE31CE: hue angle of 287.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE31CE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 49 206 -
CMYK 0.16 0.76 0 0.19
HSL 287.77º 0.62% 0.5% -
HSV(B) 287.77º 0.76% 0.81% -
XYZ 29.69 15.65 59.85 -
YUV 104.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 174 49 206 0.16 0.76 0 0.19 287.77 0.62 0.5
Hex AE 31 CE 10 4C 0 13 120 3E 32
Octal 256 61 316 20 114 0 23 440 76 62
Binary 10101110 110001 11001110 10000 1001100 0 10011 100100000 111110 110010

Color Harmonies of #AE31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31CE

Black with #AE31CE

Text Example


Text Example

White with #AE31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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