Html Css Color HEX #AE54E7 Medium Orchid

📋 copy color: '#AE54E7'

red 174 ◦ green 84 ◦ blue 231

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

Shades of Medium Orchid #AE54E7

Tints of Medium Orchid #AE54E7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 35.58%
G = 17.18%
B = 47.24%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE54E7 (or 0xAE54E7) is known color: Medium Orchid. HEX triplet: AE, 54 and E7. RGB value is (174,84,231). Sum of RGB (Red+Green+Blue) = 174+84+231=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE54E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE54E7 is #51AB18. Grayscale: #7F7F7F. Windows color (decimal): -5352217 or 15160494. OLE color: 15160494.

HSL color Cylindrical-coordinate representation of color #AE54E7: hue angle of 276.73º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE54E7 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 84 231 -
CMYK 0.25 0.64 0 0.09
HSL 276.73º 0.75% 0.62% -
HSV(B) 276.73º 0.64% 0.91% -
XYZ 35.05 21.11 77.83 -
YUV 127.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 174 84 231 0.25 0.64 0 0.09 276.73 0.75 0.62
Hex AE 54 E7 19 40 0 9 115 4B 3E
Octal 256 124 347 31 100 0 11 425 113 76
Binary 10101110 1010100 11100111 11001 1000000 0 1001 100010101 1001011 111110

Color Harmonies of #AE54E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54E7

Black with #AE54E7

Text Example


Text Example

White with #AE54E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54E7; }

 p { color: rgb(174,84,231); }

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

background-color css

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

 a { background-color: rgb(174,84,231); }

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

border-color css

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

 span { border-color: rgb(174,84,231); }

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