Html Css Color HEX #AE46FF Medium Orchid

📋 copy color: '#AE46FF'

red 174 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #AE46FF

Tints of Medium Orchid #AE46FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.03%

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

R = 34.87%
G = 14.03%
B = 51.1%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE46FF (or 0xAE46FF) is known color: Medium Orchid. HEX triplet: AE, 46 and FF. RGB value is (174,70,255). Sum of RGB (Red+Green+Blue) = 174+70+255=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE46FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE46FF is #51B900. Grayscale: #797979. Windows color (decimal): -5355777 or 16729774. OLE color: 16729774.

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

Color convert

RGB 174 70 255 -
CMYK 0.32 0.73 0 0
HSL 273.73º 1% 0.64% -
HSV(B) 273.73º 0.73% 1% -
XYZ 37.7 20.6 96.6 -
YUV 122.19 202.96 164.96 -
System Red Green Blue C M Y K H S L
Decimal 174 70 255 0.32 0.73 0 0 273.73 1 0.64
Hex AE 46 FF 20 49 0 0 112 64 40
Octal 256 106 377 40 111 0 0 422 144 100
Binary 10101110 1000110 11111111 100000 1001001 0 0 100010010 1100100 1000000

Color Harmonies of #AE46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE46FF

Black with #AE46FF

Text Example


Text Example

White with #AE46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE46FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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