Html Css Color HEX #AE57C0 Medium Orchid

📋 copy color: '#AE57C0'

red 174 ◦ green 87 ◦ blue 192

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

Shades of Medium Orchid #AE57C0

Tints of Medium Orchid #AE57C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 38.41%
G = 19.21%
B = 42.38%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE57C0 (or 0xAE57C0) is known color: Medium Orchid. HEX triplet: AE, 57 and C0. RGB value is (174,87,192). Sum of RGB (Red+Green+Blue) = 174+87+192=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE57C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57C0 is #51A83F. Grayscale: #7C7C7C. Windows color (decimal): -5351488 or 12605358. OLE color: 12605358.

HSL color Cylindrical-coordinate representation of color #AE57C0: hue angle of 289.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE57C0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 87 192 -
CMYK 0.09 0.55 0 0.25
HSL 289.71º 0.45% 0.55% -
HSV(B) 289.71º 0.55% 0.75% -
XYZ 30.38 19.62 52.06 -
YUV 124.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 174 87 192 0.09 0.55 0 0.25 289.71 0.45 0.55
Hex AE 57 C0 9 37 0 19 122 2D 37
Octal 256 127 300 11 67 0 31 442 55 67
Binary 10101110 1010111 11000000 1001 110111 0 11001 100100010 101101 110111

Color Harmonies of #AE57C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE57C0

Black with #AE57C0

Text Example


Text Example

White with #AE57C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE57C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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