Html Css Color HEX #AE19CE Dark Orchid

📋 copy color: '#AE19CE'

red 174 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #AE19CE

Tints of Dark Orchid #AE19CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

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

R = 42.96%
G = 6.17%
B = 50.86%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE19CE (or 0xAE19CE) is known color: Dark Orchid. HEX triplet: AE, 19 and CE. RGB value is (174,25,206). Sum of RGB (Red+Green+Blue) = 174+25+206=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE19CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE19CE is #51E631. Grayscale: #595959. Windows color (decimal): -5367346 or 13506990. OLE color: 13506990.

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

Color convert

RGB 174 25 206 -
CMYK 0.16 0.88 0 0.19
HSL 289.39º 0.78% 0.45% -
HSV(B) 289.39º 0.88% 0.81% -
XYZ 28.94 14.15 59.6 -
YUV 90.19 193.36 187.78 -
System Red Green Blue C M Y K H S L
Decimal 174 25 206 0.16 0.88 0 0.19 289.39 0.78 0.45
Hex AE 19 CE 10 58 0 13 121 4E 2D
Octal 256 31 316 20 130 0 23 441 116 55
Binary 10101110 11001 11001110 10000 1011000 0 10011 100100001 1001110 101101

Color Harmonies of #AE19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE19CE

Black with #AE19CE

Text Example


Text Example

White with #AE19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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