Html Css Color HEX #AE45EF Medium Orchid

📋 copy color: '#AE45EF'

red 174 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #AE45EF

Tints of Medium Orchid #AE45EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.32%

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 36.1%
G = 14.32%
B = 49.59%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE45EF (or 0xAE45EF) is known color: Medium Orchid. HEX triplet: AE, 45 and EF. RGB value is (174,69,239). Sum of RGB (Red+Green+Blue) = 174+69+239=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE45EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE45EF is #51BA10. Grayscale: #777777. Windows color (decimal): -5356049 or 15680942. OLE color: 15680942.

HSL color Cylindrical-coordinate representation of color #AE45EF: hue angle of 277.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE45EF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 69 239 -
CMYK 0.27 0.71 0 0.06
HSL 277.06º 0.84% 0.6% -
HSV(B) 277.06º 0.71% 0.94% -
XYZ 35.16 19.49 83.57 -
YUV 119.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 174 69 239 0.27 0.71 0 0.06 277.06 0.84 0.6
Hex AE 45 EF 1B 47 0 6 115 54 3C
Octal 256 105 357 33 107 0 6 425 124 74
Binary 10101110 1000101 11101111 11011 1000111 0 110 100010101 1010100 111100

Color Harmonies of #AE45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE45EF

Black with #AE45EF

Text Example


Text Example

White with #AE45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE45EF; }

 p { color: rgb(174,69,239); }

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

background-color css

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

 a { background-color: rgb(174,69,239); }

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

border-color css

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

 span { border-color: rgb(174,69,239); }

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