Html Css Color HEX #AE53CE Medium Orchid

📋 copy color: '#AE53CE'

red 174 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #AE53CE

Tints of Medium Orchid #AE53CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 37.58%
G = 17.93%
B = 44.49%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE53CE (or 0xAE53CE) is known color: Medium Orchid. HEX triplet: AE, 53 and CE. RGB value is (174,83,206). Sum of RGB (Red+Green+Blue) = 174+83+206=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53CE is #51AC31. Grayscale: #7B7B7B. Windows color (decimal): -5352498 or 13521838. OLE color: 13521838.

HSL color Cylindrical-coordinate representation of color #AE53CE: hue angle of 284.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE53CE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 83 206 -
CMYK 0.16 0.60 0 0.19
HSL 284.39º 0.56% 0.57% -
HSV(B) 284.39º 0.6% 0.81% -
XYZ 31.69 19.64 60.51 -
YUV 124.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 174 83 206 0.16 0.60 0 0.19 284.39 0.56 0.57
Hex AE 53 CE 10 3C 0 13 11C 38 39
Octal 256 123 316 20 74 0 23 434 70 71
Binary 10101110 1010011 11001110 10000 111100 0 10011 100011100 111000 111001

Color Harmonies of #AE53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE53CE

Black with #AE53CE

Text Example


Text Example

White with #AE53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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