Html Css Color HEX #AE58DC Medium Orchid

📋 copy color: '#AE58DC'

red 174 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #AE58DC

Tints of Medium Orchid #AE58DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 36.1%
G = 18.26%
B = 45.64%

CMYK

 C value IS 0.21

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE58DC (or 0xAE58DC) is known color: Medium Orchid. HEX triplet: AE, 58 and DC. RGB value is (174,88,220). Sum of RGB (Red+Green+Blue) = 174+88+220=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58DC is #51A723. Grayscale: #808080. Windows color (decimal): -5351204 or 14440622. OLE color: 14440622.

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

Color convert

RGB 174 88 220 -
CMYK 0.21 0.6 0 0.14
HSL 279.09º 0.65% 0.6% -
HSV(B) 279.09º 0.6% 0.86% -
XYZ 33.86 21.15 70.01 -
YUV 128.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 174 88 220 0.21 0.6 0 0.14 279.09 0.65 0.6
Hex AE 58 DC 15 3C 0 E 117 41 3C
Octal 256 130 334 25 74 0 16 427 101 74
Binary 10101110 1011000 11011100 10101 111100 0 1110 100010111 1000001 111100

Color Harmonies of #AE58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58DC

Black with #AE58DC

Text Example


Text Example

White with #AE58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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