Html Css Color HEX #AE65BE Medium Orchid

📋 copy color: '#AE65BE'

red 174 ◦ green 101 ◦ blue 190

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

Shades of Medium Orchid #AE65BE

Tints of Medium Orchid #AE65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.72%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 37.42%
G = 21.72%
B = 40.86%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE65BE (or 0xAE65BE) is known color: Medium Orchid. HEX triplet: AE, 65 and BE. RGB value is (174,101,190). Sum of RGB (Red+Green+Blue) = 174+101+190=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65BE is #519A41. Grayscale: #848484. Windows color (decimal): -5347906 or 12477870. OLE color: 12477870.

HSL color Cylindrical-coordinate representation of color #AE65BE: hue angle of 289.21º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE65BE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 101 190 -
CMYK 0.08 0.47 0 0.25
HSL 289.21º 0.41% 0.57% -
HSV(B) 289.21º 0.47% 0.75% -
XYZ 31.4 22.02 51.31 -
YUV 132.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 174 101 190 0.08 0.47 0 0.25 289.21 0.41 0.57
Hex AE 65 BE 8 2F 0 19 121 29 39
Octal 256 145 276 10 57 0 31 441 51 71
Binary 10101110 1100101 10111110 1000 101111 0 11001 100100001 101001 111001

Color Harmonies of #AE65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65BE

Black with #AE65BE

Text Example


Text Example

White with #AE65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65BE; }

 p { color: rgb(174,101,190); }

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

background-color css

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

 a { background-color: rgb(174,101,190); }

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

border-color css

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

 span { border-color: rgb(174,101,190); }

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