Html Css Color HEX #AE48FE Medium Orchid

📋 copy color: '#AE48FE'

red 174 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #AE48FE

Tints of Medium Orchid #AE48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

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

R = 34.8%
G = 14.4%
B = 50.8%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE48FE (or 0xAE48FE) is known color: Medium Orchid. HEX triplet: AE, 48 and FE. RGB value is (174,72,254). Sum of RGB (Red+Green+Blue) = 174+72+254=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE48FE is #51B701. Grayscale: #7A7A7A. Windows color (decimal): -5355266 or 16664750. OLE color: 16664750.

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

Color convert

RGB 174 72 254 -
CMYK 0.31 0.72 0 0.00
HSL 273.63º 0.99% 0.64% -
HSV(B) 273.63º 0.72% 1% -
XYZ 37.66 20.79 95.79 -
YUV 123.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 174 72 254 0.31 0.72 0 0.00 273.63 0.99 0.64
Hex AE 48 FE 1F 48 0 0 112 63 40
Octal 256 110 376 37 110 0 0 422 143 100
Binary 10101110 1001000 11111110 11111 1001000 0 0 100010010 1100011 1000000

Color Harmonies of #AE48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE48FE

Black with #AE48FE

Text Example


Text Example

White with #AE48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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