Html Css Color HEX #AE46CE Medium Orchid

📋 copy color: '#AE46CE'

red 174 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #AE46CE

Tints of Medium Orchid #AE46CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 38.67%
G = 15.56%
B = 45.78%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE46CE (or 0xAE46CE) is known color: Medium Orchid. HEX triplet: AE, 46 and CE. RGB value is (174,70,206). Sum of RGB (Red+Green+Blue) = 174+70+206=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE46CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE46CE is #51B931. Grayscale: #747474. Windows color (decimal): -5355826 or 13518510. OLE color: 13518510.

HSL color Cylindrical-coordinate representation of color #AE46CE: hue angle of 285.88º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE46CE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 70 206 -
CMYK 0.16 0.66 0 0.19
HSL 285.88º 0.58% 0.54% -
HSV(B) 285.88º 0.66% 0.81% -
XYZ 30.79 17.84 60.21 -
YUV 116.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 174 70 206 0.16 0.66 0 0.19 285.88 0.58 0.54
Hex AE 46 CE 10 42 0 13 11E 3A 36
Octal 256 106 316 20 102 0 23 436 72 66
Binary 10101110 1000110 11001110 10000 1000010 0 10011 100011110 111010 110110

Color Harmonies of #AE46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE46CE

Black with #AE46CE

Text Example


Text Example

White with #AE46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE46CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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