Html Css Color HEX #AE61EF Medium Orchid

📋 copy color: '#AE61EF'

red 174 ◦ green 97 ◦ blue 239

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

Shades of Medium Orchid #AE61EF

Tints of Medium Orchid #AE61EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

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

R = 34.12%
G = 19.02%
B = 46.86%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE61EF (or 0xAE61EF) is known color: Medium Orchid. HEX triplet: AE, 61 and EF. RGB value is (174,97,239). Sum of RGB (Red+Green+Blue) = 174+97+239=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE61EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE61EF is #519E10. Grayscale: #878787. Windows color (decimal): -5348881 or 15688110. OLE color: 15688110.

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

Color convert

RGB 174 97 239 -
CMYK 0.27 0.59 0 0.06
HSL 272.54º 0.82% 0.66% -
HSV(B) 272.54º 0.59% 0.94% -
XYZ 37.31 23.78 84.28 -
YUV 136.21 186.01 154.95 -
System Red Green Blue C M Y K H S L
Decimal 174 97 239 0.27 0.59 0 0.06 272.54 0.82 0.66
Hex AE 61 EF 1B 3B 0 6 111 52 42
Octal 256 141 357 33 73 0 6 421 122 102
Binary 10101110 1100001 11101111 11011 111011 0 110 100010001 1010010 1000010

Color Harmonies of #AE61EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE61EF

Black with #AE61EF

Text Example


Text Example

White with #AE61EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE61EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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