Html Css Color HEX #AE53FF Medium Orchid

📋 copy color: '#AE53FF'

red 174 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #AE53FF

Tints of Medium Orchid #AE53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

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

R = 33.98%
G = 16.21%
B = 49.8%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE53FF (or 0xAE53FF) is known color: Medium Orchid. HEX triplet: AE, 53 and FF. RGB value is (174,83,255). Sum of RGB (Red+Green+Blue) = 174+83+255=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE53FF is #51AC00. Grayscale: #818181. Windows color (decimal): -5352449 or 16733102. OLE color: 16733102.

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

Color convert

RGB 174 83 255 -
CMYK 0.32 0.67 0 0
HSL 271.74º 1% 0.66% -
HSV(B) 271.74º 0.67% 1% -
XYZ 38.6 22.41 96.9 -
YUV 129.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 174 83 255 0.32 0.67 0 0 271.74 1 0.66
Hex AE 53 FF 20 43 0 0 110 64 42
Octal 256 123 377 40 103 0 0 420 144 102
Binary 10101110 1010011 11111111 100000 1000011 0 0 100010000 1100100 1000010

Color Harmonies of #AE53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE53FF

Black with #AE53FF

Text Example


Text Example

White with #AE53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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