Html Css Color HEX #AE59CA Medium Orchid

📋 copy color: '#AE59CA'

red 174 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #AE59CA

Tints of Medium Orchid #AE59CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 37.42%
G = 19.14%
B = 43.44%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE59CA (or 0xAE59CA) is known color: Medium Orchid. HEX triplet: AE, 59 and CA. RGB value is (174,89,202). Sum of RGB (Red+Green+Blue) = 174+89+202=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59CA is #51A635. Grayscale: #7E7E7E. Windows color (decimal): -5350966 or 13261230. OLE color: 13261230.

HSL color Cylindrical-coordinate representation of color #AE59CA: hue angle of 285.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE59CA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 89 202 -
CMYK 0.14 0.56 0 0.21
HSL 285.13º 0.52% 0.57% -
HSV(B) 285.13º 0.56% 0.79% -
XYZ 31.69 20.41 58.15 -
YUV 127.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 174 89 202 0.14 0.56 0 0.21 285.13 0.52 0.57
Hex AE 59 CA E 38 0 15 11D 34 39
Octal 256 131 312 16 70 0 25 435 64 71
Binary 10101110 1011001 11001010 1110 111000 0 10101 100011101 110100 111001

Color Harmonies of #AE59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE59CA

Black with #AE59CA

Text Example


Text Example

White with #AE59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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