Html Css Color HEX #AE47FF Medium Orchid

📋 copy color: '#AE47FF'

red 174 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #AE47FF

Tints of Medium Orchid #AE47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.2%

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

R = 34.8%
G = 14.2%
B = 51%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE47FF (or 0xAE47FF) is known color: Medium Orchid. HEX triplet: AE, 47 and FF. RGB value is (174,71,255). Sum of RGB (Red+Green+Blue) = 174+71+255=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE47FF is #51B800. Grayscale: #7A7A7A. Windows color (decimal): -5355521 or 16730030. OLE color: 16730030.

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

Color convert

RGB 174 71 255 -
CMYK 0.32 0.72 0 0
HSL 273.59º 1% 0.64% -
HSV(B) 273.59º 0.72% 1% -
XYZ 37.76 20.73 96.62 -
YUV 122.77 202.62 164.54 -
System Red Green Blue C M Y K H S L
Decimal 174 71 255 0.32 0.72 0 0 273.59 1 0.64
Hex AE 47 FF 20 48 0 0 112 64 40
Octal 256 107 377 40 110 0 0 422 144 100
Binary 10101110 1000111 11111111 100000 1001000 0 0 100010010 1100100 1000000

Color Harmonies of #AE47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE47FF

Black with #AE47FF

Text Example


Text Example

White with #AE47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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