Html Css Color HEX #AE54FE Medium Orchid

📋 copy color: '#AE54FE'

red 174 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #AE54FE

Tints of Medium Orchid #AE54FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 33.98%
G = 16.41%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE54FE (or 0xAE54FE) is known color: Medium Orchid. HEX triplet: AE, 54 and FE. RGB value is (174,84,254). Sum of RGB (Red+Green+Blue) = 174+84+254=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE54FE is #51AB01. Grayscale: #818181. Windows color (decimal): -5352194 or 16667822. OLE color: 16667822.

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

Color convert

RGB 174 84 254 -
CMYK 0.31 0.67 0 0.00
HSL 271.76º 0.99% 0.66% -
HSV(B) 271.76º 0.67% 1% -
XYZ 38.52 22.5 96.08 -
YUV 130.29 197.82 159.18 -
System Red Green Blue C M Y K H S L
Decimal 174 84 254 0.31 0.67 0 0.00 271.76 0.99 0.66
Hex AE 54 FE 1F 43 0 0 110 63 42
Octal 256 124 376 37 103 0 0 420 143 102
Binary 10101110 1010100 11111110 11111 1000011 0 0 100010000 1100011 1000010

Color Harmonies of #AE54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54FE

Black with #AE54FE

Text Example


Text Example

White with #AE54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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