Html Css Color HEX #AE57C2 Medium Orchid

📋 copy color: '#AE57C2'

red 174 ◦ green 87 ◦ blue 194

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

Shades of Medium Orchid #AE57C2

Tints of Medium Orchid #AE57C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 38.24%
G = 19.12%
B = 42.64%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE57C2 (or 0xAE57C2) is known color: Medium Orchid. HEX triplet: AE, 57 and C2. RGB value is (174,87,194). Sum of RGB (Red+Green+Blue) = 174+87+194=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE57C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57C2 is #51A83D. Grayscale: #7C7C7C. Windows color (decimal): -5351486 or 12736430. OLE color: 12736430.

HSL color Cylindrical-coordinate representation of color #AE57C2: hue angle of 288.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE57C2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 87 194 -
CMYK 0.10 0.55 0 0.24
HSL 288.79º 0.47% 0.55% -
HSV(B) 288.79º 0.55% 0.76% -
XYZ 30.6 19.71 53.23 -
YUV 125.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 174 87 194 0.10 0.55 0 0.24 288.79 0.47 0.55
Hex AE 57 C2 A 37 0 18 121 2F 37
Octal 256 127 302 12 67 0 30 441 57 67
Binary 10101110 1010111 11000010 1010 110111 0 11000 100100001 101111 110111

Color Harmonies of #AE57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE57C2

Black with #AE57C2

Text Example


Text Example

White with #AE57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE57C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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