Html Css Color HEX #AE59D6 Medium Orchid

📋 copy color: '#AE59D6'

red 174 ◦ green 89 ◦ blue 214

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

Shades of Medium Orchid #AE59D6

Tints of Medium Orchid #AE59D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.66%

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 36.48%
G = 18.66%
B = 44.86%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE59D6 (or 0xAE59D6) is known color: Medium Orchid. HEX triplet: AE, 59 and D6. RGB value is (174,89,214). Sum of RGB (Red+Green+Blue) = 174+89+214=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE59D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59D6 is #51A629. Grayscale: #808080. Windows color (decimal): -5350954 or 14047662. OLE color: 14047662.

HSL color Cylindrical-coordinate representation of color #AE59D6: hue angle of 280.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE59D6 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 89 214 -
CMYK 0.19 0.58 0 0.16
HSL 280.8º 0.6% 0.59% -
HSV(B) 280.8º 0.58% 0.84% -
XYZ 33.17 21 65.92 -
YUV 128.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 174 89 214 0.19 0.58 0 0.16 280.8 0.6 0.59
Hex AE 59 D6 13 3A 0 10 119 3C 3B
Octal 256 131 326 23 72 0 20 431 74 73
Binary 10101110 1011001 11010110 10011 111010 0 10000 100011001 111100 111011

Color Harmonies of #AE59D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE59D6

Black with #AE59D6

Text Example


Text Example

White with #AE59D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE59D6; }

 p { color: rgb(174,89,214); }

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

background-color css

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

 a { background-color: rgb(174,89,214); }

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

border-color css

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

 span { border-color: rgb(174,89,214); }

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