Html Css Color HEX #AE58FF Medium Orchid

📋 copy color: '#AE58FF'

red 174 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #AE58FF

Tints of Medium Orchid #AE58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 33.66%
G = 17.02%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE58FF (or 0xAE58FF) is known color: Medium Orchid. HEX triplet: AE, 58 and FF. RGB value is (174,88,255). Sum of RGB (Red+Green+Blue) = 174+88+255=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE58FF is #51A700. Grayscale: #848484. Windows color (decimal): -5351169 or 16734382. OLE color: 16734382.

HSL color Cylindrical-coordinate representation of color #AE58FF: hue angle of 270.9º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE58FF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 88 255 -
CMYK 0.32 0.65 0 0
HSL 270.9º 1% 0.67% -
HSV(B) 270.9º 0.65% 1% -
XYZ 39 23.2 97.03 -
YUV 132.75 196.99 157.42 -
System Red Green Blue C M Y K H S L
Decimal 174 88 255 0.32 0.65 0 0 270.9 1 0.67
Hex AE 58 FF 20 41 0 0 10F 64 43
Octal 256 130 377 40 101 0 0 417 144 103
Binary 10101110 1011000 11111111 100000 1000001 0 0 100001111 1100100 1000011

Color Harmonies of #AE58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58FF

Black with #AE58FF

Text Example


Text Example

White with #AE58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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