Html Css Color HEX #AE57F2 Medium Orchid

📋 copy color: '#AE57F2'

red 174 ◦ green 87 ◦ blue 242

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

Shades of Medium Orchid #AE57F2

Tints of Medium Orchid #AE57F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 34.59%
G = 17.3%
B = 48.11%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE57F2 (or 0xAE57F2) is known color: Medium Orchid. HEX triplet: AE, 57 and F2. RGB value is (174,87,242). Sum of RGB (Red+Green+Blue) = 174+87+242=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE57F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE57F2 is #51A80D. Grayscale: #828282. Windows color (decimal): -5351438 or 15882158. OLE color: 15882158.

HSL color Cylindrical-coordinate representation of color #AE57F2: hue angle of 273.68º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE57F2 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 87 242 -
CMYK 0.28 0.64 0 0.05
HSL 273.68º 0.86% 0.65% -
HSV(B) 273.68º 0.64% 0.95% -
XYZ 36.89 22.23 86.35 -
YUV 130.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 174 87 242 0.28 0.64 0 0.05 273.68 0.86 0.65
Hex AE 57 F2 1C 40 0 5 112 56 41
Octal 256 127 362 34 100 0 5 422 126 101
Binary 10101110 1010111 11110010 11100 1000000 0 101 100010010 1010110 1000001

Color Harmonies of #AE57F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE57F2

Black with #AE57F2

Text Example


Text Example

White with #AE57F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE57F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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