Html Css Color HEX #AE57CA Medium Orchid

📋 copy color: '#AE57CA'

red 174 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #AE57CA

Tints of Medium Orchid #AE57CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.79%

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

R = 37.58%
G = 18.79%
B = 43.63%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE57CA (or 0xAE57CA) is known color: Medium Orchid. HEX triplet: AE, 57 and CA. RGB value is (174,87,202). Sum of RGB (Red+Green+Blue) = 174+87+202=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57CA is #51A835. Grayscale: #7D7D7D. Windows color (decimal): -5351478 or 13260718. OLE color: 13260718.

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

Color convert

RGB 174 87 202 -
CMYK 0.14 0.57 0 0.21
HSL 285.39º 0.52% 0.57% -
HSV(B) 285.39º 0.57% 0.79% -
XYZ 31.52 20.08 58.09 -
YUV 126.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 174 87 202 0.14 0.57 0 0.21 285.39 0.52 0.57
Hex AE 57 CA E 39 0 15 11D 34 39
Octal 256 127 312 16 71 0 25 435 64 71
Binary 10101110 1010111 11001010 1110 111001 0 10101 100011101 110100 111001

Color Harmonies of #AE57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE57CA

Black with #AE57CA

Text Example


Text Example

White with #AE57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE57CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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