Html Css Color HEX #AE58C2 Medium Orchid

📋 copy color: '#AE58C2'

red 174 ◦ green 88 ◦ blue 194

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

Shades of Medium Orchid #AE58C2

Tints of Medium Orchid #AE58C2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.3%

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

R = 38.16%
G = 19.3%
B = 42.54%

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

#AE58C2 (or 0xAE58C2) is known color: Medium Orchid. HEX triplet: AE, 58 and C2. RGB value is (174,88,194). Sum of RGB (Red+Green+Blue) = 174+88+194=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE58C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58C2 is #51A73D. Grayscale: #7D7D7D. Windows color (decimal): -5351230 or 12736686. OLE color: 12736686.

HSL color Cylindrical-coordinate representation of color #AE58C2: hue angle of 288.68º degrees, saturation: 0.46, 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 #AE58C2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 88 194 -
CMYK 0.10 0.55 0 0.24
HSL 288.68º 0.46% 0.55% -
HSV(B) 288.68º 0.55% 0.76% -
XYZ 30.68 19.87 53.26 -
YUV 125.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 174 88 194 0.10 0.55 0 0.24 288.68 0.46 0.55
Hex AE 58 C2 A 37 0 18 121 2E 37
Octal 256 130 302 12 67 0 30 441 56 67
Binary 10101110 1011000 11000010 1010 110111 0 11000 100100001 101110 110111

Color Harmonies of #AE58C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58C2

Black with #AE58C2

Text Example


Text Example

White with #AE58C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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